Include the test modules if the overal virtual/test module is included. Also set a new global build system var along with a configuration variable.
12 lines
252 B
Makefile
12 lines
252 B
Makefile
include project/target/stm32f746g-disco.mk
|
|
include project/virtual/test.mk
|
|
include project/virtual/minip.mk
|
|
|
|
MODULES += app/loader
|
|
|
|
include project/virtual/fs.mk
|
|
|
|
LK_HEAP_IMPLEMENTATION=cmpctmalloc
|
|
|
|
# Console serial port is on pins PA9(TX) and PB7(RX)
|