Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add "Before" and "After" titles to code boxes.

...

(2) Near the end of that file, replace this line, which usually appears at the end:

Code Block
languagetext
titleBefore
include $(TOPDIR)/boards/Board.mk

with these three lines:

Code Block
languagetext
titleAfter
DEPPATH += --dep-path board
VPATH += :board
CFLAGS += $(shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src$(DELIM)board$(DELIM)board)

...