3 include $(SRCDIR)/config/aros.cfg
5 CLASSES := hiddclass hwclass hwroot
7 USER_CPPFLAGS := -DAROS_USE_OOP \
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