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
Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git]
/
arch
/
ppc-native
/
kernel
/
mmakefile.src
blob
6519ae300ccd3bc9cfca552e6324c28aa11ea684
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
ASMFILES := cli sti issuper
6
7
MAINDIR := rom/kernel
8
USER_AFLAGS := $(PRIV_KERNEL_INCLUDES) $(PRIV_EXEC_INCLUDES) \
9
-I$(GENINCDIR)
10
11
%build_archspecific \
12
mainmmake=kernel-kernel maindir=$(MAINDIR) \
13
arch=native-ppc asmfiles=$(ASMFILES)
14
15
%common