base-foc: support for Raspberry Pi

Fixes #1596
This commit is contained in:
Reinier Millo Sánchez
2015-06-21 10:53:54 -04:00
committed by Christian Helmuth
parent 46b7227ef0
commit c60d65150e
10 changed files with 185 additions and 2 deletions

View File

@ -0,0 +1,5 @@
REQUIRES = platform_rpi
FIASCO_DIR := $(call select_from_ports,foc)/src/kernel/foc/kernel/fiasco
KERNEL_CONFIG = $(REP_DIR)/config/rpi.kernel
-include $(PRG_DIR)/../target.inc