blob: e83fe148eddc85743f449bddf87bdd6ee8838bb7 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the m68knommu linux 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#
14
Greg Ungererc25f0a02008-02-14 19:31:26 -080015asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
sfking@fdwdc.comdca7cf32009-06-19 18:11:11 -070017obj-y := config.o gpio.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070018