* added 0.99 linux version
[mascara-docs.git] / i386 / linux / linux-2.3.21 / drivers / sbus / Makefile
blob9e03e890b266babace4fb5630fe764da474136e1
2 # Makefile for the linux kernel.
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 definitions are now in the main makefile...
10 SUB_DIRS :=
11 MOD_SUB_DIRS := $(SUB_DIRS) char audio
12 ALL_SUB_DIRS := $(SUB_DIRS) char audio
14 L_OBJS := sbus.o dvma.o
15 L_TARGET := sbus.a
17 # Character devices for SBUS-based machines.
19 ifeq ($(CONFIG_SBUSCHAR),y)
20 SUB_DIRS += char
21 L_OBJS += char/sunchar.o
22 endif
24 # Audio devices for SBUS-based machines.
26 ifeq ($(CONFIG_SPARCAUDIO),y)
27 SUB_DIRS += audio
28 L_OBJS += audio/sparcaudio.o
29 endif
31 include $(TOPDIR)/Rules.make