enable the new framebuffer resizing code.
[AROS.git] / rom / hidds / acpi / button / mmakefile.src
blob2df298b0b4b9e201ce73bdbe417856aeeb528711
1 #$Id: mmakefile.src 52306 2016-03-28 11:39:31Z NicJA $
3 include $(SRCDIR)/config/aros.cfg
5 FILES       := \
6                 acpibutton_init \
7                 acpibutton_class
9 NOWARN_FLAGS := $(NOWARN_PARENTHESES)
10 USER_CFLAGS      := $(NOWARN_FLAGS) 
11 USER_CPPFLAGS      := -DAROS_USE_OOP \
12                     -D__OOP_NOLIBBASE__ \
13                     -D__UTILITY_NOLIBBASE__
14 USER_LDFLAGS := -static
16 %build_module mmake=kernel-hidd-acpibutton \
17   modname=acpibutton modtype=hidd \
18   files="$(FILES)" uselibs=acpica
20 LIBNAME     := acpibutton
22 INCLUDE_FILES    := $(call WILDCARD, include/*.h)
24 %copy_includes path=hidd dir=include
26 #MM
27 clean ::
28         -$(RM) $(OBJDIR) *.err $(LIB) *.s
31 %common