diff options
Diffstat (limited to '')
-rw-r--r-- | arch/arm/mach-lpc32xx/Makefile | 7 | ||||
-rw-r--r-- | arch/arm/mach-lpc32xx/Makefile.boot | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-lpc32xx/Makefile b/arch/arm/mach-lpc32xx/Makefile new file mode 100644 index 000000000..79b6b07e1 --- /dev/null +++ b/arch/arm/mach-lpc32xx/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the linux kernel. +# + +obj-y := common.o serial.o +obj-y += pm.o suspend.o +obj-y += phy3250.o diff --git a/arch/arm/mach-lpc32xx/Makefile.boot b/arch/arm/mach-lpc32xx/Makefile.boot new file mode 100644 index 000000000..d7392a475 --- /dev/null +++ b/arch/arm/mach-lpc32xx/Makefile.boot @@ -0,0 +1,3 @@ + zreladdr-y += 0x80008000 +params_phys-y := 0x80000100 +initrd_phys-y := 0x82000000 |