- Linus: drop support for old-style Makefiles entirely. Big.
[davej-history.git] / net / ipx / Makefile
blobabb69cc9595c9d04a3223982e485a3c61665f8c1
2 # Makefile for the Linux IPX 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 # We only get in/to here if CONFIG_IPX = 'y' or 'm'
12 O_TARGET := ipx.o
14 export-objs = af_ipx.o af_spx.o
16 obj-y := af_ipx.o
18 ifeq ($(CONFIG_IPX),m)
19 obj-m += $(O_TARGET)
20 endif
22 obj-$(CONFIG_SYSCTL) += sysctl_net_ipx.o
23 obj-$(CONFIG_SPX) += af_spx.o
25 include $(TOPDIR)/Rules.make
27 tar:
28 tar -cvf /dev/f1 .