diff options
author | Valentin Yakovenkov <yakovenkov@gmail.com> | 2009-10-27 07:06:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 00:15:10 -0500 |
commit | ab843c7940394584d5ec548f443cb431c0752ca5 (patch) | |
tree | 4fafb540669d458bcd0cd08a44afbccf811cc666 /arch/blackfin/mach-bf561/boards/Makefile | |
parent | b2e8dbd20452ba3893e1b7cd006ef20168b43240 (diff) |
Blackfin: add support for the Acvilon BF561 board
Signed-off-by: Valentin Yakovenkov <yakovenkov@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf561/boards/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf561/boards/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf561/boards/Makefile b/arch/blackfin/mach-bf561/boards/Makefile index 3a152559e95..a5879f7857a 100644 --- a/arch/blackfin/mach-bf561/boards/Makefile +++ b/arch/blackfin/mach-bf561/boards/Makefile @@ -2,6 +2,7 @@ # arch/blackfin/mach-bf561/boards/Makefile # +obj-$(CONFIG_BFIN561_ACVILON) += acvilon.o obj-$(CONFIG_BFIN561_BLUETECHNIX_CM) += cm_bf561.o obj-$(CONFIG_BFIN561_EZKIT) += ezkit.o obj-$(CONFIG_BFIN561_TEPLA) += tepla.o |