prevent buffer overflow, LoadString accepts the size of the buffer in TCHARs, not...
[reactos.git] / reactos / drivers / usb / cromwell / uhci / makefile
1 PATH_TO_TOP = ../../../..
2
3 TARGET_TYPE = export_driver
4
5 TARGET_NAME = uhci
6
7 TARGET_DDKLIBS = ntoskrnl.a usbcore.a
8
9 TARGET_CFLAGS = -Wall -I$(PATH_TO_TOP)/ntoskrnl/include -DDEBUG_MODE
10
11 TARGET_OBJECTS = \
12 uhci-hcd.o uhci_main.o ../sys/ros_wrapper.o ../sys/linuxwrapper.o
13
14 include $(PATH_TO_TOP)/rules.mak
15
16 include $(TOOLS_PATH)/helper.mk