diff --git a/reactos/drivers/usb/cromwell/core/makefile b/reactos/drivers/usb/cromwell/core/makefile index 10ffd283f25..2a229b5239b 100644 --- a/reactos/drivers/usb/cromwell/core/makefile +++ b/reactos/drivers/usb/cromwell/core/makefile @@ -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