summaryrefslogtreecommitdiffstats
path: root/net/wanrouter/Makefile
blob: beafe5059b7b6d267184d080ee1300104da210b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Makefile for the Linux WAN router layer.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now in the main makefile...

O_TARGET := wanrouter.o
OX_OBJS   := wanmain.o
O_OBJS :=  wanproc.o
M_OBJS   := $(O_TARGET)

include $(TOPDIR)/Rules.make

tar:
	tar -cvf /dev/f1 .