aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/Makefile')
-rw-r--r--arch/blackfin/Makefile6
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=_
18KBUILD_DEFCONFIG := BF537-STAMP_defconfig 18KBUILD_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
21machine-$(CONFIG_BF522) := bf527
22machine-$(CONFIG_BF525) := bf527
23machine-$(CONFIG_BF527) := bf527
21machine-$(CONFIG_BF531) := bf533 24machine-$(CONFIG_BF531) := bf533
22machine-$(CONFIG_BF532) := bf533 25machine-$(CONFIG_BF532) := bf533
23machine-$(CONFIG_BF533) := bf533 26machine-$(CONFIG_BF533) := bf533
@@ -32,6 +35,9 @@ machine-$(CONFIG_BF561) := bf561
32MACHINE := $(machine-y) 35MACHINE := $(machine-y)
33export MACHINE 36export MACHINE
34 37
38cpu-$(CONFIG_BF522) := bf522
39cpu-$(CONFIG_BF525) := bf525
40cpu-$(CONFIG_BF527) := bf527
35cpu-$(CONFIG_BF531) := bf531 41cpu-$(CONFIG_BF531) := bf531
36cpu-$(CONFIG_BF532) := bf532 42cpu-$(CONFIG_BF532) := bf532
37cpu-$(CONFIG_BF533) := bf533 43cpu-$(CONFIG_BF533) := bf533