diff options
author | Javier Herrero <jherrero@hvsistemas.es> | 2007-10-29 09:14:44 +0100 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-29 09:14:44 +0100 |
commit | ab472a0484cdcea1dc050c08563b9c869128e2e3 (patch) | |
tree | 2c2107edd0a90af1a0a2ef9d9b37ae5be092af1d /arch/blackfin/mach-bf533/boards/Makefile | |
parent | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... (diff) | |
download | linux-ab472a0484cdcea1dc050c08563b9c869128e2e3.tar.xz linux-ab472a0484cdcea1dc050c08563b9c869128e2e3.zip |
Blackfin arch: Added support for HV Sistemas H8606 board
Signed-off-by: Javier Herrero <jherrero@hvsistemas.es>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/mach-bf533/boards/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf533/boards/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf533/boards/Makefile b/arch/blackfin/mach-bf533/boards/Makefile index 12a631ab389d..2452b456ccbd 100644 --- a/arch/blackfin/mach-bf533/boards/Makefile +++ b/arch/blackfin/mach-bf533/boards/Makefile @@ -6,3 +6,4 @@ obj-$(CONFIG_GENERIC_BOARD) += generic_board.o obj-$(CONFIG_BFIN533_STAMP) += stamp.o obj-$(CONFIG_BFIN533_EZKIT) += ezkit.o obj-$(CONFIG_BFIN533_BLUETECHNIX_CM) += cm_bf533.o +obj-$(CONFIG_H8606_HVSISTEMAS) += H8606.o |