repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
arch
/
i386-pc
/
dos
/
mmakefile.src
blob
d04c3c346486fa2b67951eb835cf5abc76786ab1
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
USER_INCLUDES := -I.. -I$(TOP)/rom/dos
5
USER_CFLAGS := -Dmain=submain
6
%build_archspecific \
7
mainmmake=kernel-dos maindir=rom/dos \
8
arch=pc-i386 \
9
files="boot aros inithidds"
10
11
#MM- kernel-dos-pc-i386 : kernel-bootloader-pc-i386-includes