blob: 45f501fa452526f8221d8a2cb47c82b60ed4b5c7 [file] [log] [blame]
Greg Ungerer6d386792008-02-01 17:37:56 +10001#
2# Makefile for the m68knommu kernel.
3#
4
5#
6# If you want to play with the HW breakpoints then you will
7# need to add define this, which will give you a stack backtrace
8# on the console port whenever a DBG interrupt occurs. You have to
9# set up you HW breakpoints to trigger a DBG interrupt:
10#
matt mooneydea2aff2010-09-22 23:50:45 -070011# ccflags-y := -DTRAP_DBG_INTERRUPT
12# asflags-y := -DTRAP_DBG_INTERRUPT
Greg Ungerer6d386792008-02-01 17:37:56 +100013#
14
Greg Ungererc25f0a02008-02-14 19:31:26 -080015asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
Greg Ungerer6d386792008-02-01 17:37:56 +100016
Greg Ungererfacdf0e2009-03-04 10:43:06 +100017obj-$(CONFIG_COLDFIRE) += clk.o dma.o entry.o vectors.o
Greg Ungerer33a21262009-04-30 16:22:24 +100018obj-$(CONFIG_M5206) += timers.o intc.o
19obj-$(CONFIG_M5206e) += timers.o intc.o
Greg Ungerercd3dd402009-04-27 15:09:29 +100020obj-$(CONFIG_M520x) += pit.o intc-simr.o
Greg Ungerer2fba4f02009-04-27 15:38:03 +100021obj-$(CONFIG_M523x) += pit.o dma_timer.o intc-2.o
Greg Ungerer33a21262009-04-30 16:22:24 +100022obj-$(CONFIG_M5249) += timers.o intc.o
Greg Ungerer2fba4f02009-04-27 15:38:03 +100023obj-$(CONFIG_M527x) += pit.o intc-2.o
Greg Ungerer9075216d2009-07-07 09:39:11 +100024obj-$(CONFIG_M5272) += timers.o
Greg Ungerer2fba4f02009-04-27 15:38:03 +100025obj-$(CONFIG_M528x) += pit.o intc-2.o
Greg Ungerer33a21262009-04-30 16:22:24 +100026obj-$(CONFIG_M5307) += timers.o intc.o
Greg Ungerer277c5e32009-04-29 12:07:13 +100027obj-$(CONFIG_M532x) += timers.o intc-simr.o
Greg Ungerer33a21262009-04-30 16:22:24 +100028obj-$(CONFIG_M5407) += timers.o intc.o
Philippe De Muyterea49f8ff2010-09-20 13:11:11 +020029obj-$(CONFIG_M548x) += sltimers.o intc-2.o
Greg Ungerer6d386792008-02-01 17:37:56 +100030
sfking@fdwdc.comaf39bb82009-06-19 18:11:00 -070031obj-y += pinmux.o gpio.o
Greg Ungerer6d386792008-02-01 17:37:56 +100032extra-y := head.o