revert between 56095 -> 55830 in arch
[AROS.git] / arch / ppc-native / kernel / mmakefile.src
blob6f1e318c0c3f596b9a06c17af3de3440beaf5630
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 ASMFILES := cli sti issuper
7 MAINDIR       := rom/kernel
8 USER_AFLAGS := $(PRIV_KERNEL_INCLUDES) $(PRIV_EXEC_INCLUDES) \
9                -I$(GENINCDIR)
11 %build_archspecific \
12   mainmmake=kernel-kernel maindir=$(MAINDIR) \
13   arch=native-ppc asmfiles=$(ASMFILES) modname=kernel
15 %common