mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
easy-soc-libs: compile TEST modules for x86 target
This commit is contained in:
parent
9161d99082
commit
9ceec5cc0b
1 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,9 @@ else ifeq ($(CONFIG_TARGET_iopsys_linksys),y)
|
|||
else ifeq ($(CONFIG_TARGET_intel_mips),y)
|
||||
TARGET_PLATFORM=INTEL
|
||||
TARGET_CFLAGS +=-DIOPSYS_INTEL
|
||||
else ifeq ($(CONFIG_TARGET_x86),y)
|
||||
TARGET_PLATFORM=TEST
|
||||
TARGET_CFLAGS +=-DIOPSYS_TEST
|
||||
else
|
||||
$(info Unexpected CONFIG_TARGET)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue