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
14 ifeq ($(CONFIG_SYSCTL
),y
)
15 OBJS
+= sysctl_net_ether.o
27 O_OBJS
:= $(OBJS
) $(OBJ2
)
30 include $(TOPDIR
)/Rules.make