Allow a config.mk to be created that contains BOARD, KEYMAP, etc.
This commit is contained in:
parent
9ee71097f9
commit
20d3808aed
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/build/
|
/build/
|
||||||
|
/config.mk
|
||||||
|
/power.csv
|
||||||
backup.rom
|
backup.rom
|
||||||
power.csv
|
|
||||||
|
2
Makefile
2
Makefile
@ -1,3 +1,5 @@
|
|||||||
|
-include config.mk
|
||||||
|
|
||||||
# Parameter for current board
|
# Parameter for current board
|
||||||
ifeq ($(BOARD),)
|
ifeq ($(BOARD),)
|
||||||
$(info $(shell echo Please set BOARD to one of the following))
|
$(info $(shell echo Please set BOARD to one of the following))
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user