patch-2.4.4 linux/arch/arm/mach-sa1100/Makefile

Next file: linux/arch/arm/mach-sa1100/arch.c
Previous file: linux/arch/arm/mach-footbridge/mm.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/arch/arm/mach-sa1100/Makefile linux/arch/arm/mach-sa1100/Makefile
@@ -11,13 +11,14 @@
 
 # Object file lists.
 
-obj-y			:= arch.o hw.o #dma.o mm.o
+obj-y			:= arch.o hw.o dma-sa1100.o # mm.o
 obj-m			:=
 obj-n			:=
 obj-			:=
 
-export-objs		:= hw.o leds.o
+export-objs		:= dma-sa1100.o dma-sa1111.o hw.o leds.o
 
 obj-$(CONFIG_LEDS)	+= leds.o
+obj-$(CONFIG_SA1111)	+= dma-sa1111.o
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)