Arndale: Build uImage, kernel, bootstrap

This commit is contained in:
Sebastian Sumpf 2013-01-23 12:05:12 +01:00 committed by Norman Feske
parent 805d5050f7
commit 7389e364fa
2 changed files with 14 additions and 0 deletions

View File

@ -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)

View File

@ -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