1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-11-21 01:39:29 +00:00
Files
AROS-v0/rom/hidds/input/mmakefile.src

25 lines
517 B
Plaintext

include $(SRCDIR)/config/aros.cfg
INCLUDE_FILES := $(call WILDCARD, include/*.h)
%copy_includes path=hidd dir=include sdk=private
#MM
clean ::
-$(RM) $(OBJDIR) *.err $(LIB) *.s
FILES := input_init inputclass inputsubsystem
USER_CPPFLAGS += \
-D__OOP_NOLIBBASE__ \
-D__OOP_NOATTRBASES__ \
-D__UTILITY_NOLIBBASE__
USER_LDFLAGS := -noclibs
%build_module mmake=kernel-hidd-input \
modname=inputclass modtype=hidd \
files="$(FILES)" sdk=private usesdks="private" uselibs="stdc.static"
%common