diff options
author | Vitaly Wool <vwool@ru.mvista.com> | 2006-05-16 11:54:37 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-18 16:16:55 +0100 |
commit | 78818e477bf785391b02672d053fdbb2e111fb50 (patch) | |
tree | d1a43ddfb1b966fe981c10c874bae4faad070f29 /arch/arm/mach-pnx4008/Makefile | |
parent | a5a503038e71a6b7d4bd9e596ac13087274e60c7 (diff) | |
download | talos-op-linux-78818e477bf785391b02672d053fdbb2e111fb50.tar.gz talos-op-linux-78818e477bf785391b02672d053fdbb2e111fb50.zip |
[ARM] 3466/1: [2/3] Support for Philips PNX4008 platform: chip support
Patch from Vitaly Wool
This patch adds basic chip support for PNX4008 ARM platform.
It's basically the same as the previous one, but with the rmk's
comments taken into account.
Signed-off-by: Vitaly Wool <vwool@ru.mvista.com>
Signed-off-by: Dmitry Pervushin <dpervushin@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pnx4008/Makefile')
-rw-r--r-- | arch/arm/mach-pnx4008/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-pnx4008/Makefile b/arch/arm/mach-pnx4008/Makefile new file mode 100644 index 000000000000..b457ca0a431a --- /dev/null +++ b/arch/arm/mach-pnx4008/Makefile @@ -0,0 +1,12 @@ +# +# Makefile for the linux kernel. +# + +obj-y := core.o irq.o time.o clock.o gpio.o serial.o dma.o +obj-m := +obj-n := +obj- := + +# Power Management +obj-$(CONFIG_PM) += pm.o sleep.o + |