update experimental gcc 6 patch to gcc 6.1.0 release
[AROS.git] / rom / devs / gameport / mmakefile.src
blobeebd9633141321577d49dfd9a9839ca10fcf7ab1
1 #   $Id$
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 \
14   files=gameport
16 #MM includes-copy
18 INCLUDE_FILES := $(call WILDCARD, include/*.h)
19 %copy_includes path=devices dir=include