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"
14 INCLUDE_FILES := $(call WILDCARD, include/*.h)
15 %copy_includes path=devices dir=include