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...
11 MOD_SUB_DIRS
:= $(SUB_DIRS
) char audio
12 ALL_SUB_DIRS
:= $(SUB_DIRS
) char audio
14 L_OBJS
:= sbus.o dvma.o
17 # Character devices for SBUS-based machines.
19 ifeq ($(CONFIG_SBUSCHAR
),y
)
21 L_OBJS
+= char
/sunchar.o
24 # Audio devices for SBUS-based machines.
26 ifeq ($(CONFIG_SPARCAUDIO
),y
)
28 L_OBJS
+= audio
/sparcaudio.o
31 include $(TOPDIR
)/Rules.make