Added libusbcore.a to makefile
Modified: trunk/reactos/drivers/usb/cromwell/core/makefile

Modified: trunk/reactos/drivers/usb/cromwell/core/makefile
--- trunk/reactos/drivers/usb/cromwell/core/makefile	2005-05-20 22:31:55 UTC (rev 15441)
+++ trunk/reactos/drivers/usb/cromwell/core/makefile	2005-05-21 01:21:29 UTC (rev 15442)
@@ -13,6 +13,9 @@
   buffer_simple.o usb-debug.o ../sys/ros_wrapper.o \
   ../sys/linuxwrapper.o usbcore.o
 
+TARGET_LIBS = \
+        $(PATH_TO_TOP)/dk/nkm/lib/libusbcore.a
+
 include $(PATH_TO_TOP)/rules.mak
 
 include $(TOOLS_PATH)/helper.mk