Here we have it folks! Step right up, new make system!
[newos.git] / kernel / net / makefile
blob10014ef864e4a7d34299069e6ce0d85122dc4e64
1 # net makefile
2 KERNEL_NET_DIR := net
4 MY_OBJS += \
5 $(KERNEL_NET_DIR)/arp.o \
6 $(KERNEL_NET_DIR)/ethernet.o \
7 $(KERNEL_NET_DIR)/icmp.o \
8 $(KERNEL_NET_DIR)/if.o \
9 $(KERNEL_NET_DIR)/ipv4.o \
10 $(KERNEL_NET_DIR)/loopback.o \
11 $(KERNEL_NET_DIR)/misc.o \
12 $(KERNEL_NET_DIR)/net.o \
13 $(KERNEL_NET_DIR)/socket.o \
14 $(KERNEL_NET_DIR)/udp.o