diff --git a/base-foc/src/core/arndale/target.mk b/base-foc/src/core/arndale/target.mk new file mode 100644 index 000000000..794574b42 --- /dev/null +++ b/base-foc/src/core/arndale/target.mk @@ -0,0 +1,9 @@ +include $(PRG_DIR)/../target.inc + +LD_TEXT_ADDR = 0x80140000 + +REQUIRES += arm foc_arndale +SRC_CC += arm/platform_arm.cc +INC_DIR += $(REP_DIR)/src/core/include/arm + +vpath platform_services.cc $(GEN_CORE_DIR) diff --git a/base-foc/src/kernel/arndale/target.mk b/base-foc/src/kernel/arndale/target.mk new file mode 100644 index 000000000..91562ca1e --- /dev/null +++ b/base-foc/src/kernel/arndale/target.mk @@ -0,0 +1,5 @@ +REQUIRES = platform_arndale +FIASCO_DIR = $(REP_DIR)/contrib/kernel/fiasco +KERNEL_CONFIG = $(REP_DIR)/config/panda.kernel + +-include $(PRG_DIR)/../target.inc