fix to allow usb modules to compile
[linux-2.4.21-pre4.git] / arch / ppc / 8260_io / Makefile
1 # BK Id: SCCS/s.Makefile 1.5 06/05/01 21:22:01 paulus
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                := 8260_io.o
13
14 obj-y                   := commproc.o uart.o
15
16 obj-$(CONFIG_FEC_ENET)  += fcc_enet.o
17 obj-$(CONFIG_SCC_ENET)  += enet.o
18
19 include $(TOPDIR)/Rules.make