From 9ceec5cc0b91193a96181aa8fdb144c6c3c1f088 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Mon, 18 May 2020 12:50:03 +0200 Subject: [PATCH] easy-soc-libs: compile TEST modules for x86 target --- easy-soc-libs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/easy-soc-libs/Makefile b/easy-soc-libs/Makefile index fa5e8caf7..b67d71fee 100644 --- a/easy-soc-libs/Makefile +++ b/easy-soc-libs/Makefile @@ -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