Files
genode-world/lib/mk/spec/arm_v7/bootstrap-hw-panda.mk
Stefan Kalkowski 0489c3edf4 Move OMAP4 support to world
Fix #202
2020-04-17 15:54:00 +02:00

18 lines
572 B
Makefile

NR_OF_CPUS = 2
INC_DIR += $(REP_DIR)/src/bootstrap/spec/panda
INC_DIR += $(REP_DIR)/src/include
SRC_CC += bootstrap/spec/arm/cpu.cc
SRC_CC += bootstrap/spec/arm/cortex_a9_mmu.cc
SRC_CC += bootstrap/spec/arm/gicv2.cc
SRC_CC += bootstrap/spec/panda/platform.cc
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc
SRC_CC += hw/spec/32bit/memory_map.cc
SRC_S += bootstrap/spec/arm/crt0.s
CC_MARCH = -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=softfp
include $(BASE_DIR)/../base-hw/lib/mk/bootstrap-hw.inc
vpath bootstrap/spec/panda/platform.cc $(REP_DIR)/src