From 3a9cdf8c34f799ab8bc0eb7dd040d03b21d2dbba Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sat, 21 May 2005 01:21:29 +0000 Subject: [PATCH] Added libusbcore.a to makefile svn path=/trunk/; revision=15442 --- reactos/drivers/usb/cromwell/core/makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.17.1