git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Kernel - Fixed freeze (I think)
[tpg/acess2.git]
/
KernelLand
/
Modules
/
Interfaces
/
UDI
/
Makefile
1
#
2
#
3
4
CPPFLAGS = -I./include
5
OBJ = main.o logging.o strmem.o imc.o mem.o buf.o cb.o
6
OBJ += meta_mgmt.o meta_gio.o
7
OBJ += physio.o physio/meta_bus.o physio/meta_intr.o
8
NAME = UDI
9
10
-include ../Makefile.tpl
UCC
git Repository :: git.ucc.asn.au