3 include $(SRCDIR)/config/aros.cfg
5 #MM- kernel-gameport : includes linklibs
7 USER_INCLUDES := -I$(SRCDIR)/rom/devs
9 USER_CFLAGS += -D__OOP_NOLIBBASE__
10 USER_LDFLAGS := -static
12 %build_module mmake=kernel-gameport \
13 modname=gameport modtype=device \
18 INCLUDE_FILES := $(call WILDCARD, include/*.h)
19 %copy_includes path=devices dir=include