repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
m68k-amiga: Cleanup gdbstop, add FlushMem
[AROS.git]
/
arch
/
ppc-native
/
kernel
/
mmakefile.src
blob
a1a63bcb4b5fc34a022c7d8f41922f0f48deb024
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
ASMFILES := cli sti issuper
5
6
MAINDIR := rom/kernel
7
USER_AFLAGS := $(PRIV_KERNEL_INCLUDES) $(PRIV_EXEC_INCLUDES) \
8
-I$(GENINCDIR)
9
10
%build_archspecific \
11
mainmmake=kernel-kernel maindir=$(MAINDIR) \
12
arch=native-ppc asmfiles=$(ASMFILES)
13
14
%common