Remove random garbage diff.
[linux-2.6/linux-mips.git] / net / ipx / Makefile
blobfb55995aeede0b4b5b3a26f277a0db9c81680a51
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
13 M_OBJS :=
14 OX_OBJS := af_ipx.o
16 ifeq ($(CONFIG_IPX),m)
17 M_OBJS += $(O_TARGET)
18 endif
20 ifeq ($(CONFIG_SYSCTL),y)
21 O_OBJS += sysctl_net_ipx.o
22 endif
24 ifeq ($(CONFIG_SPX),y)
25 OX_OBJS += af_spx.o
26 else
27 ifeq ($(CONFIG_SPX),m)
28 MX_OBJS += af_spx.o
29 endif
30 endif
32 include $(TOPDIR)/Rules.make
34 tar:
35 tar -cvf /dev/f1 .