- Kai Germaschewski: ymfpci cleanups and resource leak fixes
[davej-history.git] / net / ethernet / Makefile
blob193d6af8b1a78f7a69a3fc374a66e7eb5a9a4ac4
2 # Makefile for the Linux Ethernet 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 := ethernet.o
12 OBJS := eth.o
14 ifeq ($(CONFIG_SYSCTL),y)
15 OBJS += sysctl_net_ether.o
16 endif
18 ifdef CONFIG_IPX
19 OBJ2 := pe2.o
20 endif
22 ifdef CONFIG_ATALK
23 OBJ2 := pe2.o
24 endif
26 ifdef CONFIG_NET
27 O_OBJS := $(OBJS) $(OBJ2)
28 endif
30 include $(TOPDIR)/Rules.make
32 tar:
33 tar -cvf /dev/f1 .