fix to allow usb modules to compile
[linux-2.4.21-pre4.git] / arch / ppc / 8xx_io / Makefile
1 # BK Id: SCCS/s.Makefile 1.8 01/20/02 04:14:35 dan
2 #
3 #
4 # Makefile for the linux MPC8xx ppc-specific parts of comm processor
5 #
6 # Note! Dependencies are done automagically by 'make dep', which also
7 # removes any old dependencies. DON'T put your own dependencies here
8 # unless it's something special (ie not a .c file).
9 #
10 # Note 2! The CFLAGS definition is now in the main makefile...
11
12 O_TARGET                := 8xx_io.o
13
14 obj-y                   := commproc.o uart.o
15
16 obj-$(CONFIG_FEC_ENET)  += fec.o
17 obj-$(CONFIG_SCC_ENET)  += enet.o
18 obj-$(CONFIG_UCODE_PATCH) += micropatch.o
19 obj-$(CONFIG_HTDMSOUND) += cs4218_tdm.o
20
21 include $(TOPDIR)/Rules.make