main: add virtual target
This commit is contained in:
parent
8723a6e78d
commit
4b49f643ca
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
TARGET ?= host
|
||||
TARGET := $(filter host stm32f0 stm32f1,${TARGET})
|
||||
TARGET := $(filter host stm32f0 stm32f1 virtual,${TARGET})
|
||||
|
||||
ifeq (${TARGET},)
|
||||
$(error No support available for the target)
|
||||
|
|
|
@ -1 +1 @@
|
|||
tbm-obj-y += source/core/flash.o
|
||||
tbm-obj-y += source/core/flash.o source/core/spi.o
|
||||
|
|
Loading…
Add table
Reference in a new issue