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
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
all-mingw32
/
exec
/
mmakefile.src
blob
fb2790fe85eade3d2b05f55cbd08a4976c9bf3e8
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
CFILES := cachecleare coldreboot platform_init \
6
shutdowna
7
8
USER_INCLUDES := $(PRIV_KERNEL_INCLUDES) $(PRIV_EXEC_INCLUDES)
9
10
%build_archspecific \
11
mainmmake=kernel-exec modname=exec maindir=rom/exec arch=mingw32 \
12
files=$(CFILES)
13
14
%common