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
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
arch
/
all-mingw32
/
timer
/
mmakefile.src
blob
49aa3739e335465e0cabd4b87721da0799766775
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
USER_INCLUDES := -I.. -I$(TOP)/rom/timer
5
6
%build_archspecific \
7
mainmmake=kernel-timer maindir=rom/timer \
8
arch=mingw32 modulename=timer \
9
files="timer_init readeclock"
10
11
%common