Call CloseDevice() before DeleteIORequest(), and don't call
[AROS.git] / rom / hidds / hidd / mmakefile.src
blob03871ff6f2efb3a0012a8e1ae746729a4a13defa
1 #$Id$
2 include $(TOP)/config/make.cfg
4 USER_CFLAGS := -DAROS_USE_OOP \
5                -D__OOP_NOLIBBASE__ \
6                -D__UTILITY_NOLIBBASE__
8 %build_module mmake=kernel-hidd \
9   modname=hiddclass modtype=hidd \
10   files=hiddclass uselibs="oop"
12 INCLUDE_FILES   :=  $(call WILDCARD, include/*.h)
13 %copy_includes path=hidd dir=include