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
/
all-unix
/
battclock
/
mmakefile.src
blob
d1e7723757b055fd2143523b015173493ac3d362
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
USER_INCLUDES := -I$(GENINCDIR)
5
USER_CFLAGS := -I$(TOP)/rom/battclock -I..
6
%build_archspecific \
7
mainmmake=kernel-battclock maindir=rom/battclock \
8
arch=unix \
9
files=readbattclock \
10
compiler=host
11
12
%common