Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dea2aff8 authored by matt mooney's avatar matt mooney Committed by Greg Ungerer
Browse files

m68knommu: change to new flag variables



Replace EXTRA_CFLAGS with ccflags-y and EXTRA_AFLAGS with asflags-y.

Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 48a232d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -8,8 +8,8 @@
# on the console port whenever a DBG interrupt occurs.  You have to
# on the console port whenever a DBG interrupt occurs.  You have to
# set up you HW breakpoints to trigger a DBG interrupt:
# set up you HW breakpoints to trigger a DBG interrupt:
#
#
# EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT
# ccflags-y := -DTRAP_DBG_INTERRUPT
# EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
# asflags-y := -DTRAP_DBG_INTERRUPT
#
#


asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
+2 −2
Original line number Original line Diff line number Diff line
@@ -8,8 +8,8 @@
# on the console port whenever a DBG interrupt occurs.  You have to
# on the console port whenever a DBG interrupt occurs.  You have to
# set up you HW breakpoints to trigger a DBG interrupt:
# set up you HW breakpoints to trigger a DBG interrupt:
#
#
# EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT
# ccflags-y := -DTRAP_DBG_INTERRUPT
# EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
# asflags-y := -DTRAP_DBG_INTERRUPT
#
#


asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
+2 −2
Original line number Original line Diff line number Diff line
@@ -8,8 +8,8 @@
# on the console port whenever a DBG interrupt occurs.  You have to
# on the console port whenever a DBG interrupt occurs.  You have to
# set up you HW breakpoints to trigger a DBG interrupt:
# set up you HW breakpoints to trigger a DBG interrupt:
#
#
# EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT
# ccflags-y := -DTRAP_DBG_INTERRUPT
# EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
# asflags-y := -DTRAP_DBG_INTERRUPT
#
#


asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
+2 −2
Original line number Original line Diff line number Diff line
@@ -8,8 +8,8 @@
# on the console port whenever a DBG interrupt occurs.  You have to
# on the console port whenever a DBG interrupt occurs.  You have to
# set up you HW breakpoints to trigger a DBG interrupt:
# set up you HW breakpoints to trigger a DBG interrupt:
#
#
# EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT
# ccflags-y := -DTRAP_DBG_INTERRUPT
# EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
# asflags-y := -DTRAP_DBG_INTERRUPT
#
#


asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
+2 −2
Original line number Original line Diff line number Diff line
@@ -8,8 +8,8 @@
# on the console port whenever a DBG interrupt occurs.  You have to
# on the console port whenever a DBG interrupt occurs.  You have to
# set up you HW breakpoints to trigger a DBG interrupt:
# set up you HW breakpoints to trigger a DBG interrupt:
#
#
# EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT
# ccflags-y := -DTRAP_DBG_INTERRUPT
# EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
# asflags-y := -DTRAP_DBG_INTERRUPT
#
#


asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
Loading