diff options
author | Javier Herrero <jherrero@hvsistemas.es> | 2007-10-29 16:14:44 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-29 16:14:44 +0800 |
commit | ab472a0484cdcea1dc050c08563b9c869128e2e3 (patch) | |
tree | 2c2107edd0a90af1a0a2ef9d9b37ae5be092af1d /arch/blackfin/mach-bf533/boards/Makefile | |
parent | c8593884f2768fa3ff6f7e199d75b6ca91f9e891 (diff) |
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 12a631ab389..2452b456ccb 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 |