tests: benchmarks: add new boards

Change-Id: I54eba3e63091b3bae15cda226735f412490ad77a
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-02-10 21:53:14 -08:00 committed by Anas Nashif
commit 73a6da0763
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,8 @@ CONF_qemu_x86_iamcu = ia32/prj_expert_test.conf
CONF_minnowboard = ia32/prj_expert_test.conf
CONF_galileo = quark_x1000/prj.conf
CONF_arduino_101 = quark_se/quark_se_prj.conf
CONF_tinytile = quark_se/quark_se_prj.conf
CONF_panther = quark_se/quark_se_prj.conf
MDEF_FILE = prj.mdef
BOARD ?= qemu_x86

View file

@ -5,6 +5,8 @@ CONF_qemu_x86_iamcu = ia32/prj_expert_test.conf
CONF_galileo = quark_x1000/prj.conf
CONF_minnowboard = ia32/prj_expert_test.conf
CONF_arduino_101 = quark_se/quark_se_prj.conf
CONF_tinytile = quark_se/quark_se_prj.conf
CONF_panther = quark_se/quark_se_prj.conf
BOARD ?= qemu_x86
CONF_FILE = $(CONF_$(BOARD))