base-foc: fix 'core' build for Arndale

Fixes #671.
This commit is contained in:
Christian Prochaska 2013-02-26 12:48:05 +01:00 committed by Norman Feske
parent 571f8fb2f3
commit 621b579023
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,3 @@
vpath platform_services.cc $(GEN_CORE_DIR)
# override default location of thread context area within core
vpath thread_context_area.cc $(PRG_DIR)
@ -11,3 +9,4 @@ 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)