revert between 56095 -> 55830 in arch
[AROS.git] / arch / arm-native / ceboot / mmakefile.src
blob4b29893c3864d4745089b3c4d99b5461ff23bbfe
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 EXEDIR := $(AROSDIR)/boot
7 FILES := bootstrap bootmem elf_io filesystem hardware ui
8 PROG  := CEBoot.exe
10 ## The '-Wno-attributes' is here due to a gcc 4.5.x bug
11 ## where its strcmp() builtin generates a number of spurious
12 ## complaints with -O1 or higher optimizations enabled.
13 USER_CFLAGS   := -Wno-attributes
14 USER_CPPFLAGS := -DADATE="\"$(shell date '+%d.%m.%Y')\""
15 USER_LDFLAGS  := -L$(GENDIR)/lib
16 USER_INCLUDES := -I$(GENINCDIR) -isystem $(SRCDIR)/bootstrap/include
18 #MM kernel-bootstrap-wince: linklibs-bootstrap
20 %build_prog mmake=kernel-bootstrap-wince \
21     progname=$(PROG) targetdir=$(EXEDIR) \
22     files=$(FILES) compiler=kernel uselibs="bootstrap"
24 %common