Added libusbcore.a to makefile
[reactos.git] / 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