3 include $(SRCDIR)/config/aros.cfg
6 core cause disable enable detect_memory idletask offsets \
7 preparecontext rawputchar screen switch sys_dispatch traps init
9 AFILES := coldreboot ints superstate sys_trap1_handler \
10 detect_memory_handlers setsr supervisor userstate \
11 execstubs stackswap switchtouser
13 #MM kernel-exec-mac-m68k : kernel-exec-includes includes-asm_h-m68k
15 #USER_INCLUDES := -I../ $(PRIV_EXEC_INCLUDES) -I$(GENINCDIR)
16 #USER_CPPFLAGS := -D__AROS__
17 USER_INCLUDES += $(PRIV_EXEC_INCLUDES)
18 USER_CFLAGS := -fomit-frame-pointer
19 OPTIMIZATION_CFLAGS := -O6
20 USER_AFLAGS := $(PRIV_EXEC_INCLUDES) -I$(GENINCDIR)
23 mainmmake=kernel-exec maindir=rom/exec arch=mac-m68k \
24 files=$(CFILES) asmfiles=$(AFILES) modname=exec