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 - Start on SHM 'driver' (and common in-memory finddir/readdir)
[tpg/acess2.git]
/
KernelLand
/
Kernel
/
arch
/
m68k
/
Makefile
1
#
2
# Acess2 Kernel
3
# m68k Architecture Makefile
4
# arch/m68k/Makefile
5
6
CFLAGS =
7
8
A_OBJ = main.o debug.o lib.o time.o proc.o mm_virt.o mm_phys.o
9
10
LDFLAGS += `$(CC) --print-libgcc-file-name`
11
UCC
git Repository :: git.ucc.asn.au