- Linus: drop support for old-style Makefiles entirely. Big.
[davej-history.git] / net / appletalk / Makefile
blob99e57580a934d441eadbda2735d73021e11aba37
2 # Makefile for the Linux AppleTalk layer.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definition is now in the main makefile...
10 O_TARGET := appletalk.o
12 export-objs = ddp.o
14 obj-y := aarp.o ddp.o
15 obj-m := $(O_TARGET)
17 obj-$(CONFIG_SYSCTL) += sysctl_net_atalk.o
19 include $(TOPDIR)/Rules.make
21 tar:
22 tar -cvf /dev/f1 .