mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 08:16:03 +00:00
Basic build framework for Nios2. Everything is stubbed out, we just want to have a build going so that we can start to parallelize implementation tasks. This patch is not intended to be functional, but should be able to produce a binary for all the nanokernel-based sanity checks. Change-Id: I12dd8ca4a2273f7662bee46175822c9bbd99202a Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
7 lines
170 B
Makefile
7 lines
170 B
Makefile
subdir-ccflags-y +=-I$(srctree)/include/drivers
|
|
subdir-ccflags-y +=-I$(srctree)/drivers
|
|
subdir-asflags-y += $(subdir-ccflags-y)
|
|
|
|
obj-y += soc/$(SOC_PATH)/
|
|
obj-y += core/
|