if AROS is compiled for big endian then set the endianess bit in CPSR when creating...
[AROS.git] / rom / dosboot / mmakefile.src
bloba52c6ece5563a322081bfc98e74b146f9b3b2708
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 NOMEDIA_IMAGE := nomedia
7 FILES := dosboot_init bootstrap bootscan \
8          menu gadgets bootscreen bootanim cleanup
10 #MM- kernel-dosboot-includes : kernel-bootloader-includes
11 #MM- kernel-dosboot : includes linklibs kernel-bootloader-includes
13 USER_INCLUDES := -I$(SRCDIR)/rom/devs -I$(GENDIR)/$(CURDIR)/dosboot
14 USER_LDFLAGS := -static
16 %build_module mmake=kernel-dosboot \
17   modname=dosboot modtype=resource \
18   files="$(FILES)" uselibs="hiddstubs"
20 $(GENDIR)/$(CURDIR)/dosboot/bootanim.d : $(GENDIR)/$(CURDIR)/dosboot/nomedia_image.h
22 $(GENDIR)/$(CURDIR)/dosboot/nomedia_image.h : $(NOMEDIA_IMAGE).ilbm
23         @$(ECHO) "Creating   $@..."
24         @$(ILBMTOC) $< >$@
26 %common