diff options
Diffstat (limited to 'arch/m68knommu/Makefile')
-rw-r--r-- | arch/m68knommu/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68knommu/Makefile b/arch/m68knommu/Makefile index 58c9fa57ca67..7ce5e55b2401 100644 --- a/arch/m68knommu/Makefile +++ b/arch/m68knommu/Makefile | |||
@@ -14,6 +14,7 @@ platform-$(CONFIG_M68VZ328) := 68VZ328 | |||
14 | platform-$(CONFIG_M68360) := 68360 | 14 | platform-$(CONFIG_M68360) := 68360 |
15 | platform-$(CONFIG_M5206) := 5206 | 15 | platform-$(CONFIG_M5206) := 5206 |
16 | platform-$(CONFIG_M5206e) := 5206e | 16 | platform-$(CONFIG_M5206e) := 5206e |
17 | platform-$(CONFIG_M523x) := 523x | ||
17 | platform-$(CONFIG_M5249) := 5249 | 18 | platform-$(CONFIG_M5249) := 5249 |
18 | platform-$(CONFIG_M527x) := 527x | 19 | platform-$(CONFIG_M527x) := 527x |
19 | platform-$(CONFIG_M5272) := 5272 | 20 | platform-$(CONFIG_M5272) := 5272 |
@@ -29,6 +30,7 @@ board-$(CONFIG_UCQUICC) := uCquicc | |||
29 | board-$(CONFIG_DRAGEN2) := de2 | 30 | board-$(CONFIG_DRAGEN2) := de2 |
30 | board-$(CONFIG_ARNEWSH) := ARNEWSH | 31 | board-$(CONFIG_ARNEWSH) := ARNEWSH |
31 | board-$(CONFIG_MOTOROLA) := MOTOROLA | 32 | board-$(CONFIG_MOTOROLA) := MOTOROLA |
33 | board-$(CONFIG_M5235EVB) := M5235EVB | ||
32 | board-$(CONFIG_M5271EVB) := M5271EVB | 34 | board-$(CONFIG_M5271EVB) := M5271EVB |
33 | board-$(CONFIG_M5275EVB) := M5275EVB | 35 | board-$(CONFIG_M5275EVB) := M5275EVB |
34 | board-$(CONFIG_M5282EVB) := M5282EVB | 36 | board-$(CONFIG_M5282EVB) := M5282EVB |
@@ -39,6 +41,7 @@ board-$(CONFIG_SECUREEDGEMP3) := MP3 | |||
39 | board-$(CONFIG_CLEOPATRA) := CLEOPATRA | 41 | board-$(CONFIG_CLEOPATRA) := CLEOPATRA |
40 | board-$(CONFIG_senTec) := senTec | 42 | board-$(CONFIG_senTec) := senTec |
41 | board-$(CONFIG_SNEHA) := SNEHA | 43 | board-$(CONFIG_SNEHA) := SNEHA |
44 | board-$(CONFIG_MOD5272) := MOD5272 | ||
42 | BOARD := $(board-y) | 45 | BOARD := $(board-y) |
43 | 46 | ||
44 | model-$(CONFIG_RAMKERNEL) := ram | 47 | model-$(CONFIG_RAMKERNEL) := ram |
@@ -53,6 +56,7 @@ MODEL := $(model-y) | |||
53 | # | 56 | # |
54 | cpuclass-$(CONFIG_M5206) := 5307 | 57 | cpuclass-$(CONFIG_M5206) := 5307 |
55 | cpuclass-$(CONFIG_M5206e) := 5307 | 58 | cpuclass-$(CONFIG_M5206e) := 5307 |
59 | cpuclass-$(CONFIG_M523x) := 5307 | ||
56 | cpuclass-$(CONFIG_M5249) := 5307 | 60 | cpuclass-$(CONFIG_M5249) := 5307 |
57 | cpuclass-$(CONFIG_M527x) := 5307 | 61 | cpuclass-$(CONFIG_M527x) := 5307 |
58 | cpuclass-$(CONFIG_M5272) := 5307 | 62 | cpuclass-$(CONFIG_M5272) := 5307 |
@@ -76,6 +80,7 @@ export PLATFORM BOARD MODEL CPUCLASS | |||
76 | # | 80 | # |
77 | cflags-$(CONFIG_M5206) := -m5200 -Wa,-S -Wa,-m5200 | 81 | cflags-$(CONFIG_M5206) := -m5200 -Wa,-S -Wa,-m5200 |
78 | cflags-$(CONFIG_M5206e) := -m5200 -Wa,-S -Wa,-m5200 | 82 | cflags-$(CONFIG_M5206e) := -m5200 -Wa,-S -Wa,-m5200 |
83 | cflags-$(CONFIG_M523x) := -m5307 -Wa,-S -Wa,-m5307 | ||
79 | cflags-$(CONFIG_M5249) := -m5200 -Wa,-S -Wa,-m5200 | 84 | cflags-$(CONFIG_M5249) := -m5200 -Wa,-S -Wa,-m5200 |
80 | cflags-$(CONFIG_M527x) := -m5307 -Wa,-S -Wa,-m5307 | 85 | cflags-$(CONFIG_M527x) := -m5307 -Wa,-S -Wa,-m5307 |
81 | cflags-$(CONFIG_M5272) := -m5307 -Wa,-S -Wa,-m5307 | 86 | cflags-$(CONFIG_M5272) := -m5307 -Wa,-S -Wa,-m5307 |