diff options
author | Bryan Wu <cooloney@kernel.org> | 2008-11-18 10:48:21 +0100 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-11-18 10:48:21 +0100 |
commit | 2f6f4bcdd611cb968b800f7569c4383727856668 (patch) | |
tree | e9de0755bfa40a932c2ca44e532aef8ae704ab9b /arch/blackfin/mach-bf518/boards/Makefile | |
parent | Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3 (diff) | |
download | linux-2f6f4bcdd611cb968b800f7569c4383727856668.tar.xz linux-2f6f4bcdd611cb968b800f7569c4383727856668.zip |
Blackfin arch: add support for Blackfin latest processor family BF51x
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf518/boards/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf518/boards/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf518/boards/Makefile b/arch/blackfin/mach-bf518/boards/Makefile new file mode 100644 index 000000000000..172e859c3a7f --- /dev/null +++ b/arch/blackfin/mach-bf518/boards/Makefile @@ -0,0 +1,5 @@ +# +# arch/blackfin/mach-bf518/boards/Makefile +# + +obj-$(CONFIG_BFIN518F_EZBRD) += ezbrd.o |