2nd time lucky - MPU401 driver. Sorry about the previous breakage of blue :(
[reactos.git] / reactos / drivers / dd / blue / dll / makefile
1 PATH_TO_TOP = ../../../..
2
3 TARGET_BOOTSTRAP = no
4
5 TARGET_TYPE = dynlink
6
7 TARGET_NAME = mpu401
8
9 TARGET_GCCLIBS = winmm
10
11 TARGET_OBJECTS = mpu401.o
12
13 include $(PATH_TO_TOP)/rules.mak
14
15 include $(TOOLS_PATH)/helper.mk