mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 18:47:01 +00:00
11 lines
366 B
Makefile
11 lines
366 B
Makefile
|
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/rpi
|
||
|
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/arm_v6
|
||
|
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/pl011
|
||
|
|
||
|
SRC_CC += bootstrap/spec/arm_v6/cpu.cc
|
||
|
SRC_CC += bootstrap/spec/rpi/platform.cc
|
||
|
SRC_CC += core/spec/rpi/pic.cc
|
||
|
|
||
|
include $(BASE_DIR)/../base-hw/lib/mk/spec/arm/bootstrap-hw.inc
|
||
|
|