revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-linux / hidd / linuxfb / mmakefile.src
blobf62a04178af648982b34f414c075633806969a58
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS            = -static
6 USER_INCLUDES := -isystem $(GENINCDIR) $(KERNEL_INCLUDES)
8 ifneq ("","$(strip $(WARN_ERROR))")
9 CONFIG_CFLAGS := $(subst $(WARN_ERROR),,$(CONFIG_CFLAGS))
10 endif
12 FILES   :=      \
13         linuxfbgfx_startup \
14         linuxfbgfx_init \
15         linuxfbgfx_hiddclass \
16         linuxfbgfx_bitmapclass
19 %build_module mmake=kernel-hidd-linuxfb \
20   modname=linuxfbgfx modtype=hidd \
21   files=$(FILES) archspecific=yes
23 %common