git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Modules/InitRD - Added gitignore to stop autogenerated files.c being flaged as untracked
[tpg/acess2.git]
/
KernelLand
/
Modules
/
IPStack
/
Makefile
1
#
2
#
3
4
OBJ := main.o interface.o
5
OBJ += buffer.o
6
OBJ += link.o arp.o
7
OBJ += ipv4.o icmp.o
8
OBJ += ipv6.o
9
OBJ += firewall.o routing.o
10
OBJ += udp.o tcp.o
11
NAME := IPStack
12
CATEGORY :=
13
14
-include ../Makefile.tpl
UCC
git Repository :: git.ucc.asn.au