mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 18:47:01 +00:00
9 lines
252 B
Makefile
9 lines
252 B
Makefile
|
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/imx6
|
||
|
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/imx
|
||
|
|
||
|
SRC_CC += bootstrap/spec/imx6/platform.cc
|
||
|
|
||
|
NR_OF_CPUS = 4
|
||
|
|
||
|
include $(BASE_DIR)/../base-hw/lib/mk/spec/cortex_a9/bootstrap-hw.inc
|