Call core_ExitInterrupt only when going back to user mode. Going back to
[AROS.git] / arch / arm-native / ceboot / mmakefile.src
blob732a57e52195e763af3327108d85a9d8ad3bc2fe
1 # $Id$
2 include $(TOP)/config/make.cfg
4 EXEDIR := $(AROSDIR)/boot
6 FILES := bootstrap bootmem elf_io filesystem hardware ui
7 PROG  := CEBoot.exe
9 ## The '-Wno-attributes' is here due to a gcc 4.5.x bug
10 ## where its strcmp() builtin generates a number of spurious
11 ## complaints with -O1 or higher optimizations enabled.
12 USER_CFLAGS   := -Wno-attributes -DADATE="\"$(shell date '+%d.%m.%Y')\""
13 USER_LDFLAGS  := -L$(GENDIR)/lib
14 USER_INCLUDES := -I$(GENINCDIR) -isystem $(SRCDIR)/bootstrap/include
16 #MM kernel-bootstrap-wince: linklibs-bootstrap
18 %build_prog mmake=kernel-bootstrap-wince \
19     progname=$(PROG) targetdir=$(EXEDIR) \
20     files=$(FILES) compiler=kernel uselibs="bootstrap"
22 %common