Linux 2.4.0-test9pre2
[davej-history.git] / net / appletalk / Makefile
blob4adbc858cc8ad42477afd9a84cdb9c666cd6098c
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
11 O_OBJS := aarp.o
12 M_OBJS := $(O_TARGET)
14 OX_OBJS += ddp.o
16 ifeq ($(CONFIG_SYSCTL),y)
17 O_OBJS += sysctl_net_atalk.o
18 endif
20 include $(TOPDIR)/Rules.make
22 tar:
23 tar -cvf /dev/f1 .