summaryrefslogtreecommitdiffstats
path: root/net/decnet/Makefile
blob: ac7a1a462ec04faa3400c2f4c8d611d91058981a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Note 2! The CFLAGS definition is now in the main makefile...

O_TARGET := decnet.o
obj-y    := af_decnet.o dn_nsp_in.o dn_nsp_out.o dn_route.o dn_dev.o dn_neigh.o dn_timer.o
obj-m	 := $(O_TARGET)

obj-$(CONFIG_DECNET_ROUTER) += dn_fib.o dn_rules.o dn_table.o
obj-$(CONFIG_DECNET_FW) += dn_fw.o

obj-y += sysctl_net_decnet.o

include $(TOPDIR)/Rules.make

tar:
		tar -cvf /dev/f1 .