define __KERNEL_STRICT_NAMES to avoid inclusion of kernel types on systems that carry...
[cake.git] / rom / devs / gameport / mmakefile.src
bloba71f7dff0b7b9834870aef93dc53ffa8aba12f8b
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 #MM- kernel-gameport : includes linklibs
6 USER_INCLUDES := -I$(SRCDIR)/rom/devs
8 %build_module mmake=kernel-gameport \
9   modname=gameport modtype=device \
10   files=gameport uselibs="oop"
12 #MM includes-copy
14 INCLUDE_FILES := $(call WILDCARD, include/*.h)
15 %copy_includes path=devices dir=include