diff options
Diffstat (limited to 'arch/arm/mach-lpc32xx/Makefile')
-rw-r--r-- | arch/arm/mach-lpc32xx/Makefile | 8 |
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 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel. | ||
3 | # | ||
4 | |||
5 | obj-y := timer.o irq.o common.o serial.o clock.o | ||
6 | obj-y += gpiolib.o pm.o suspend.o | ||
7 | obj-y += phy3250.o | ||
8 | |||