diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-05-16 13:24:33 +0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-05-21 10:54:10 +0400 |
commit | 22a826288522863fb748851824ce634eda4f1b07 (patch) | |
tree | be067a769fd87f8ae408cd772c5a88fc0844cdea /arch/blackfin/mach-bf609/boards/Makefile | |
parent | b2286f2b4300711e25743d2f9117dcc02bc2e9b1 (diff) | |
download | linux-22a826288522863fb748851824ce634eda4f1b07.tar.xz |
blackfin: mach-bf609: add machine files
Add machine files for bf60x including head files, Kconfig/Makefile and board
file.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf609/boards/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf609/boards/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf609/boards/Makefile b/arch/blackfin/mach-bf609/boards/Makefile new file mode 100644 index 000000000000..11f98b0882ea --- /dev/null +++ b/arch/blackfin/mach-bf609/boards/Makefile @@ -0,0 +1,5 @@ +# +# arch/blackfin/mach-bf609/boards/Makefile +# + +obj-$(CONFIG_BFIN609_EZKIT) += ezkit.o |