diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-06-18 23:10:29 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-06-18 23:10:29 +0100 |
commit | 413427b5679f7bb9f25548c498ae92bb03e34443 (patch) | |
tree | eae7e551852b85f4b746e1adfd69acd5b378e331 /arch/arm/mach-s3c2440/Makefile | |
parent | 187f81b3d8d315c35c73ac0d05b15a04a0ac3ce7 (diff) | |
parent | 9f01efaa49070acfcfa4b976345054cc27b172ed (diff) |
Merge branch 'next-s3c' of git://aeryn.fluff.org.uk/bjdooks/linux into devel
Diffstat (limited to 'arch/arm/mach-s3c2440/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2440/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/Makefile b/arch/arm/mach-s3c2440/Makefile index 0b4440e79b9..bfadcf684a2 100644 --- a/arch/arm/mach-s3c2440/Makefile +++ b/arch/arm/mach-s3c2440/Makefile @@ -22,3 +22,4 @@ obj-$(CONFIG_MACH_RX3715) += mach-rx3715.o obj-$(CONFIG_ARCH_S3C2440) += mach-smdk2440.o obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o obj-$(CONFIG_MACH_AT2440EVB) += mach-at2440evb.o +obj-$(CONFIG_MACH_MINI2440) += mach-mini2440.o |