DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
(2) Near the end of that file, replace this line, which usually appears at the end:
| Code Block | ||||
|---|---|---|---|---|
| ||||
include $(TOPDIR)/boards/Board.mk |
with these three lines:
| Code Block | ||||
|---|---|---|---|---|
| ||||
DEPPATH += --dep-path board VPATH += :board CFLAGS += $(shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src$(DELIM)board$(DELIM)board) |
...