diff options
author | Bryan Wu <cooloney@kernel.org> | 2008-11-18 04:48:21 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-11-18 04:48:21 -0500 |
commit | 2f6f4bcdd611cb968b800f7569c4383727856668 (patch) | |
tree | e9de0755bfa40a932c2ca44e532aef8ae704ab9b /arch/blackfin/Makefile | |
parent | 2563265bdb5fb21396cdc2125c8260e57f7c3991 (diff) |
Blackfin arch: add support for Blackfin latest processor family BF51x
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Makefile')
-rw-r--r-- | arch/blackfin/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile index ce45df3708e8..2faad124db59 100644 --- a/arch/blackfin/Makefile +++ b/arch/blackfin/Makefile | |||
@@ -21,6 +21,10 @@ KALLSYMS += --symbol-prefix=_ | |||
21 | KBUILD_DEFCONFIG := BF537-STAMP_defconfig | 21 | KBUILD_DEFCONFIG := BF537-STAMP_defconfig |
22 | 22 | ||
23 | # setup the machine name and the machine dependent settings | 23 | # setup the machine name and the machine dependent settings |
24 | machine-$(CONFIG_BF512) := bf518 | ||
25 | machine-$(CONFIG_BF514) := bf518 | ||
26 | machine-$(CONFIG_BF516) := bf518 | ||
27 | machine-$(CONFIG_BF518) := bf518 | ||
24 | machine-$(CONFIG_BF522) := bf527 | 28 | machine-$(CONFIG_BF522) := bf527 |
25 | machine-$(CONFIG_BF523) := bf527 | 29 | machine-$(CONFIG_BF523) := bf527 |
26 | machine-$(CONFIG_BF524) := bf527 | 30 | machine-$(CONFIG_BF524) := bf527 |
@@ -44,6 +48,10 @@ machine-$(CONFIG_BF561) := bf561 | |||
44 | MACHINE := $(machine-y) | 48 | MACHINE := $(machine-y) |
45 | export MACHINE | 49 | export MACHINE |
46 | 50 | ||
51 | cpu-$(CONFIG_BF512) := bf512 | ||
52 | cpu-$(CONFIG_BF514) := bf514 | ||
53 | cpu-$(CONFIG_BF516) := bf516 | ||
54 | cpu-$(CONFIG_BF518) := bf518 | ||
47 | cpu-$(CONFIG_BF522) := bf522 | 55 | cpu-$(CONFIG_BF522) := bf522 |
48 | cpu-$(CONFIG_BF523) := bf523 | 56 | cpu-$(CONFIG_BF523) := bf523 |
49 | cpu-$(CONFIG_BF524) := bf524 | 57 | cpu-$(CONFIG_BF524) := bf524 |