diff options
author | matt mooney <mfm@muteddisk.com> | 2010-09-23 02:50:45 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2010-10-20 20:17:31 -0400 |
commit | dea2aff876c004cccf29549242c93b208787aa64 (patch) | |
tree | 79f7349e3b1fc01ebf1da81fea9397f000c1f06b | |
parent | 48a232d14c0853854497fb44207fc96d8b7e7dff (diff) |
m68knommu: change to new flag variables
Replace EXTRA_CFLAGS with ccflags-y and EXTRA_AFLAGS with asflags-y.
Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
-rw-r--r-- | arch/m68knommu/platform/5206/Makefile | 4 | ||||
-rw-r--r-- | arch/m68knommu/platform/5206e/Makefile | 4 | ||||
-rw-r--r-- | arch/m68knommu/platform/520x/Makefile | 4 | ||||
-rw-r--r-- | arch/m68knommu/platform/523x/Makefile | 4 | ||||
-rw-r--r-- | arch/m68knommu/platform/5249/Makefile | 4 | ||||
-rw-r--r-- | arch/m68knommu/platform/5272/Makefile | 4 | ||||
-rw-r--r-- | arch/m68knommu/platform/527x/Makefile | 4 | ||||
-rw-r--r-- | arch/m68knommu/platform/528x/Makefile | 4 | ||||
-rw-r--r-- | arch/m68knommu/platform/5307/Makefile | 4 | ||||
-rw-r--r-- | arch/m68knommu/platform/532x/Makefile | 4 | ||||
-rw-r--r-- | arch/m68knommu/platform/5407/Makefile | 4 | ||||
-rw-r--r-- | arch/m68knommu/platform/coldfire/Makefile | 4 |
12 files changed, 24 insertions, 24 deletions
diff --git a/arch/m68knommu/platform/5206/Makefile b/arch/m68knommu/platform/5206/Makefile index 113c33390064..b5db05625cfa 100644 --- a/arch/m68knommu/platform/5206/Makefile +++ b/arch/m68knommu/platform/5206/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
diff --git a/arch/m68knommu/platform/5206e/Makefile b/arch/m68knommu/platform/5206e/Makefile index 113c33390064..b5db05625cfa 100644 --- a/arch/m68knommu/platform/5206e/Makefile +++ b/arch/m68knommu/platform/5206e/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
diff --git a/arch/m68knommu/platform/520x/Makefile b/arch/m68knommu/platform/520x/Makefile index 435ab3483dc1..ad3f4e5a57ce 100644 --- a/arch/m68knommu/platform/520x/Makefile +++ b/arch/m68knommu/platform/520x/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
diff --git a/arch/m68knommu/platform/523x/Makefile b/arch/m68knommu/platform/523x/Makefile index b8f9b45440c2..c04b8f71c88c 100644 --- a/arch/m68knommu/platform/523x/Makefile +++ b/arch/m68knommu/platform/523x/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
diff --git a/arch/m68knommu/platform/5249/Makefile b/arch/m68knommu/platform/5249/Makefile index f56225d1582f..4bed30fd0073 100644 --- a/arch/m68knommu/platform/5249/Makefile +++ b/arch/m68knommu/platform/5249/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
diff --git a/arch/m68knommu/platform/5272/Makefile b/arch/m68knommu/platform/5272/Makefile index 93673ef8e2c1..34110fc14301 100644 --- a/arch/m68knommu/platform/5272/Makefile +++ b/arch/m68knommu/platform/5272/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
diff --git a/arch/m68knommu/platform/527x/Makefile b/arch/m68knommu/platform/527x/Makefile index 3d90e6d92459..6ac4b57370ea 100644 --- a/arch/m68knommu/platform/527x/Makefile +++ b/arch/m68knommu/platform/527x/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
diff --git a/arch/m68knommu/platform/528x/Makefile b/arch/m68knommu/platform/528x/Makefile index 3d90e6d92459..6ac4b57370ea 100644 --- a/arch/m68knommu/platform/528x/Makefile +++ b/arch/m68knommu/platform/528x/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
diff --git a/arch/m68knommu/platform/5307/Makefile b/arch/m68knommu/platform/5307/Makefile index 6de526976828..d4293b791f2e 100644 --- a/arch/m68knommu/platform/5307/Makefile +++ b/arch/m68knommu/platform/5307/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
diff --git a/arch/m68knommu/platform/532x/Makefile b/arch/m68knommu/platform/532x/Makefile index 4cc23245bcd1..ce01669399c6 100644 --- a/arch/m68knommu/platform/532x/Makefile +++ b/arch/m68knommu/platform/532x/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
diff --git a/arch/m68knommu/platform/5407/Makefile b/arch/m68knommu/platform/5407/Makefile index dee62c5dbaa6..e83fe148eddc 100644 --- a/arch/m68knommu/platform/5407/Makefile +++ b/arch/m68knommu/platform/5407/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
diff --git a/arch/m68knommu/platform/coldfire/Makefile b/arch/m68knommu/platform/coldfire/Makefile index df62171d986c..45f501fa4525 100644 --- a/arch/m68knommu/platform/coldfire/Makefile +++ b/arch/m68knommu/platform/coldfire/Makefile | |||
@@ -8,8 +8,8 @@ | |||
8 | # on the console port whenever a DBG interrupt occurs. You have to | 8 | # on the console port whenever a DBG interrupt occurs. You have to |
9 | # set up you HW breakpoints to trigger a DBG interrupt: | 9 | # set up you HW breakpoints to trigger a DBG interrupt: |
10 | # | 10 | # |
11 | # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT | 11 | # ccflags-y := -DTRAP_DBG_INTERRUPT |
12 | # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT | 12 | # asflags-y := -DTRAP_DBG_INTERRUPT |
13 | # | 13 | # |
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |