diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2007-10-21 04:54:27 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-21 04:54:27 -0400 |
commit | 590031450a52c373bf72f5fb156fbcc0c78c6f2c (patch) | |
tree | 0e631bc6e8af9422635535459aaaf10fdddab357 /arch/blackfin/Makefile | |
parent | cfa76f024f7c9e65169425804e5b32e71f66d0ee (diff) |
Blackfin arch: add new processor ADSP-BF52x arch/mach support
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/Makefile')
-rw-r--r-- | arch/blackfin/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile index 368933760d28..d80421c7b302 100644 --- a/arch/blackfin/Makefile +++ b/arch/blackfin/Makefile | |||
@@ -18,6 +18,9 @@ KALLSYMS += --symbol-prefix=_ | |||
18 | KBUILD_DEFCONFIG := BF537-STAMP_defconfig | 18 | KBUILD_DEFCONFIG := BF537-STAMP_defconfig |
19 | 19 | ||
20 | # setup the machine name and the machine dependent settings | 20 | # setup the machine name and the machine dependent settings |
21 | machine-$(CONFIG_BF522) := bf527 | ||
22 | machine-$(CONFIG_BF525) := bf527 | ||
23 | machine-$(CONFIG_BF527) := bf527 | ||
21 | machine-$(CONFIG_BF531) := bf533 | 24 | machine-$(CONFIG_BF531) := bf533 |
22 | machine-$(CONFIG_BF532) := bf533 | 25 | machine-$(CONFIG_BF532) := bf533 |
23 | machine-$(CONFIG_BF533) := bf533 | 26 | machine-$(CONFIG_BF533) := bf533 |
@@ -32,6 +35,9 @@ machine-$(CONFIG_BF561) := bf561 | |||
32 | MACHINE := $(machine-y) | 35 | MACHINE := $(machine-y) |
33 | export MACHINE | 36 | export MACHINE |
34 | 37 | ||
38 | cpu-$(CONFIG_BF522) := bf522 | ||
39 | cpu-$(CONFIG_BF525) := bf525 | ||
40 | cpu-$(CONFIG_BF527) := bf527 | ||
35 | cpu-$(CONFIG_BF531) := bf531 | 41 | cpu-$(CONFIG_BF531) := bf531 |
36 | cpu-$(CONFIG_BF532) := bf532 | 42 | cpu-$(CONFIG_BF532) := bf532 |
37 | cpu-$(CONFIG_BF533) := bf533 | 43 | cpu-$(CONFIG_BF533) := bf533 |