diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-02-18 11:27:07 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-18 11:27:07 +0000 |
commit | 8213084125eed3c5efbc5e13739b93dfedb88590 (patch) | |
tree | b98d91de82a4a39a47c6031832271341ecf5e8e0 /arch/arm/mach-ns9xxx/Makefile | |
parent | 66822b2eef8de9fe3ec9fa837386817565dbe690 (diff) | |
parent | b77bfa84c419e3ec8b8e3fd4b4579e5761b7c943 (diff) | |
download | lwn-8213084125eed3c5efbc5e13739b93dfedb88590.tar.gz lwn-8213084125eed3c5efbc5e13739b93dfedb88590.zip |
Merge NetSilicon NS93xx tree
Fixed conflicts:
arch/arm/Makefile
arch/arm/mm/Kconfig
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ns9xxx/Makefile')
-rw-r--r-- | arch/arm/mach-ns9xxx/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-ns9xxx/Makefile b/arch/arm/mach-ns9xxx/Makefile new file mode 100644 index 000000000000..91e945f5e16d --- /dev/null +++ b/arch/arm/mach-ns9xxx/Makefile @@ -0,0 +1,5 @@ +obj-y := irq.o time.o generic.o + +obj-$(CONFIG_MACH_CC9P9360DEV) += mach-cc9p9360dev.o + +obj-$(CONFIG_BOARD_A9M9750DEV) += board-a9m9750dev.o |