Makefile 468 B

12345678910111213141516171819
  1. #
  2. # Makefile for the M5208 specific file.
  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. # EXTRA_CFLAGS += -DTRAP_DBG_INTERRUPT
  11. # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT
  12. #
  13. ifdef CONFIG_FULLDEBUG
  14. AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
  15. endif
  16. obj-y := config.o