summaryrefslogtreecommitdiff
path: root/arch/arm/mach-lpc32xx/Makefile
diff options
context:
space:
mode:
authorKevin Wells <wellsk40@gmail.com>2010-07-27 08:46:22 -0700
committerKevin Wells <wellsk40@gmail.com>2010-07-27 08:46:22 -0700
commit680b2862bcc7974c87d666529120a1cfe8fe2f8d (patch)
tree14598554bc4d720a382d03769cb7694c52ad4329 /arch/arm/mach-lpc32xx/Makefile
parent19d95e1afae11b1a414491fd62e89a47cceadea9 (diff)
ARM: LPC32XX: Arch config menu supoport and makefiles
Signed-off-by: Kevin Wells <wellsk40@gmail.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-lpc32xx/Makefile')
-rw-r--r--arch/arm/mach-lpc32xx/Makefile8
1 files changed, 8 insertions, 0 deletions
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
+