net: do not depend on ARCH
Rename project configuration to be architecture independent and do not use ARCH in Makefile. Change-Id: Ic793751e3187bc74fd14cec929754d691b01a799 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
408d0c2124
commit
e6bbc5003c
27 changed files with 14 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
BOARD ?= qemu_x86
|
||||
MDEF_FILE = prj.mdef
|
||||
KERNEL_TYPE ?= nano
|
||||
CONF_FILE = prj_$(ARCH).conf
|
||||
CONF_FILE = prj.conf
|
||||
|
||||
include $(ZEPHYR_BASE)/Makefile.inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue