diff options
Diffstat (limited to 'arch/m68knommu/platform/coldfire/Makefile')
-rw-r--r-- | arch/m68knommu/platform/coldfire/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/m68knommu/platform/coldfire/Makefile b/arch/m68knommu/platform/coldfire/Makefile index f72a0e5d9996..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 |
@@ -26,6 +26,7 @@ obj-$(CONFIG_M528x) += pit.o intc-2.o | |||
26 | obj-$(CONFIG_M5307) += timers.o intc.o | 26 | obj-$(CONFIG_M5307) += timers.o intc.o |
27 | obj-$(CONFIG_M532x) += timers.o intc-simr.o | 27 | obj-$(CONFIG_M532x) += timers.o intc-simr.o |
28 | obj-$(CONFIG_M5407) += timers.o intc.o | 28 | obj-$(CONFIG_M5407) += timers.o intc.o |
29 | obj-$(CONFIG_M548x) += sltimers.o intc-2.o | ||
29 | 30 | ||
30 | obj-y += pinmux.o gpio.o | 31 | obj-y += pinmux.o gpio.o |
31 | extra-y := head.o | 32 | extra-y := head.o |