use USER_CPPFLAGS
[AROS.git] / arch / all-native / hidd / vgagfx / mmakefile.src
blobaa946c186b856ced82fcf7318f5020e6d33161c6
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 #MM kernel-hidd-vgagfx : kernel-hidd-gfx-includes
7 FILES := \
8         vgagfx_init \
9         vgagfx_hiddclass \
10         vgagfx_support \
11         vgagfx_bitmapclass
13 USER_LDFLAGS := -static
15 %build_module mmake=kernel-hidd-vgagfx \
16   modname=vgagfx modtype=hidd \
17   files=$(FILES) uselibs=acpica
19 %common