* better
[mascara-docs.git] / i386 / linux-2.3.21 / drivers / net / tokenring / Makefile
blob038c58b865b1ccd62a7279ed396ddeab19768186
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
9 # parent makefile.
13 # Note : at this point, these files are compiled on all systems.
14 # In the future, some of these should be built conditionally.
17 SUB_DIRS :=
18 MOD_SUB_DIRS := $(SUB_DIRS)
19 ALL_SUB_DIRS := $(SUB_DIRS)
22 L_TARGET := tr.a
23 L_OBJS :=
24 M_OBJS :=
26 ifeq ($(CONFIG_IBMTR),y)
27 L_OBJS += ibmtr.o
28 else
29 ifeq ($(CONFIG_IBMTR),m)
30 M_OBJS += ibmtr.o
31 endif
32 endif
34 ifeq ($(CONFIG_IBMOL),y)
35 L_OBJS += olympic.o
36 else
37 ifeq ($(CONFIG_IBMOL),m)
38 M_OBJS += olympic.o
39 endif
40 endif
42 ifeq ($(CONFIG_SKTR),y)
43 L_OBJS += sktr.o
44 else
45 ifeq ($(CONFIG_SKTR),m)
46 M_OBJS += sktr.o
47 endif
48 endif
50 include $(TOPDIR)/Rules.make