better variable defs.
touch objdir to fix problem where board.h would try to get created after it's already been created.
This commit is contained in:
parent
2dcaada25a
commit
8ca9a0269e
6 changed files with 46 additions and 57 deletions
|
@ -1,7 +1,7 @@
|
|||
LINKERSCRIPT = $(MC1322X)/mc1322x.lds
|
||||
LIBMC1322X = $(MC1322X)/libmc1322x
|
||||
LINKERSCRIPT := $(MC1322X)/mc1322x.lds
|
||||
LIBMC1322X := $(MC1322X)/libmc1322x
|
||||
|
||||
.DEFAULT_GOAL = all
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
include $(MC1322X)/config.mk
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue