revert between 56095 -> 55830 in arch
[AROS.git] / rom / hidds / hidd / mmakefile.src
blobc1f65409b2b7f1ebe417ef276cd4277a55fb6c0e
1 #$Id$
3 include $(SRCDIR)/config/aros.cfg
5 CLASSES := hiddclass hwclass hwroot
7 USER_CPPFLAGS := -DAROS_USE_OOP \
8                -D__OOP_NOLIBBASE__ \
9                -D__UTILITY_NOLIBBASE__
10 USER_LDFLAGS := -static
12 %build_module mmake=kernel-hidd \
13   modname=hiddclass modtype=hidd \
14   files="initcode $(CLASSES)"
16 INCLUDE_FILES   :=  $(call WILDCARD, include/*.h)
17 %copy_includes path=hidd dir=include