diff options
author | Andrew Victor <andrew@sanpeople.com> | 2007-05-11 21:14:53 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-11 22:02:55 +0100 |
commit | 9bf77ee6c24b33758a432f106fb765bf32550508 (patch) | |
tree | 530e3dcdd594de5dbd1f9f436e4fcdb64ebd00e1 /arch/arm/mach-ks8695/Makefile | |
parent | 2c7ee6ab7cb7261aacea91d41da8df1874772f3f (diff) |
[ARM] 4333/2: KS8695: Micrel Development board
Board support and default configuration file for the Micrel/Kendin
KS8695 Development board.
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ks8695/Makefile')
-rw-r--r-- | arch/arm/mach-ks8695/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ks8695/Makefile b/arch/arm/mach-ks8695/Makefile index 0a0f496e8cc..56b7d337333 100644 --- a/arch/arm/mach-ks8695/Makefile +++ b/arch/arm/mach-ks8695/Makefile @@ -12,3 +12,4 @@ obj- := #obj-$(CONFIG_PCI) += pci.o # Board-specific support +obj-$(CONFIG_MACH_KS8695) += board-micrel.o |