Added libusbcore.a to makefile
authorJames Tabor <james.tabor@reactos.org>
Sat, 21 May 2005 01:21:29 +0000 (01:21 +0000)
committerJames Tabor <james.tabor@reactos.org>
Sat, 21 May 2005 01:21:29 +0000 (01:21 +0000)
svn path=/trunk/; revision=15442

reactos/drivers/usb/cromwell/core/makefile

index 10ffd28..2a229b5 100644 (file)
@@ -13,6 +13,9 @@ TARGET_OBJECTS = \
   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