Add ports-foc to build.conf for foc_arndale

This commit is contained in:
Norman Feske 2013-03-27 12:31:26 +01:00
parent 2bbe840597
commit e5c57bddcc
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ $(BUILD_DIR)/Makefile:
#
# Add 'ports-foc' repository to Fiasco.OC build directory
#
ifeq ($(filter-out foc_x86_32 foc_imx53 foc_pbxa9 foc_vea9x4 foc_panda,$(PLATFORM)),)
ifeq ($(filter-out foc_x86_32 foc_imx53 foc_pbxa9 foc_vea9x4 foc_panda foc_arndale,$(PLATFORM)),)
$(BUILD_DIR)/etc/build.conf::
@cat $(BUILD_CONF).ports-foc >> $@
endif