Makefile 455 B

12345678910111213141516171819
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. #
  5. # If you want to play with the HW breakpoints then you will
  6. # need to add define this, which will give you a stack backtrace
  7. # on the console port whenever a DBG interrupt occurs. You have to
  8. # set up you HW breakpoints to trigger a DBG interrupt:
  9. #
  10. # ccflags-y := -DTRAP_DBG_INTERRUPT
  11. # asflags-y := -DTRAP_DBG_INTERRUPT
  12. #
  13. asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
  14. obj-y := config.o gpio.o