From 680b2862bcc7974c87d666529120a1cfe8fe2f8d Mon Sep 17 00:00:00 2001 From: Kevin Wells Date: Tue, 27 Jul 2010 08:46:22 -0700 Subject: ARM: LPC32XX: Arch config menu supoport and makefiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kevin Wells Signed-off-by: Uwe Kleine-König --- arch/arm/mach-lpc32xx/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arch/arm/mach-lpc32xx/Makefile (limited to 'arch/arm/mach-lpc32xx/Makefile') diff --git a/arch/arm/mach-lpc32xx/Makefile b/arch/arm/mach-lpc32xx/Makefile new file mode 100644 index 000000000000..a5fc5d0eeaeb --- /dev/null +++ b/arch/arm/mach-lpc32xx/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for the linux kernel. +# + +obj-y := timer.o irq.o common.o serial.o clock.o +obj-y += gpiolib.o pm.o suspend.o +obj-y += phy3250.o + -- cgit