2 # Makefile for drivers/net/tokenring
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 inherited from the
13 # Note : at this point, these files are compiled on all systems.
14 # In the future, some of these should be built conditionally.
18 MOD_SUB_DIRS
:= $(SUB_DIRS
)
19 ALL_SUB_DIRS
:= $(SUB_DIRS
)
26 ifeq ($(CONFIG_IBMTR
),y
)
29 ifeq ($(CONFIG_IBMTR
),m
)
34 ifeq ($(CONFIG_IBMOL
),y
)
37 ifeq ($(CONFIG_IBMOL
),m
)
42 ifeq ($(CONFIG_SKTR
),y
)
45 ifeq ($(CONFIG_SKTR
),m
)
50 include $(TOPDIR
)/Rules.make