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
Indentation fix, cleanup.
[AROS.git]
/
arch
/
arm-all
/
dos
/
mmakefile.src
blob
a0df552d0a03756dbe10f5a94aa7eed7687adf9e
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_CFLAGS := -I$(SRCDIR)/rom/dos
6
7
#MM- kernel-dos-arm: includes
8
9
%build_archspecific \
10
mainmmake=kernel-dos maindir=rom/dos arch=arm \
11
files="probecpu" modulename=dos
12
13
%common