From: James Tabor Date: Sat, 21 May 2005 01:21:29 +0000 (+0000) Subject: Added libusbcore.a to makefile X-Git-Tag: backups/xmlbuildsystem@15601~1^2~96 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=3a9cdf8c34f799ab8bc0eb7dd040d03b21d2dbba Added libusbcore.a to makefile svn path=/trunk/; revision=15442 --- 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