From cd3f6aba37472ea2a565a840bfe38ece70fa2e58 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Thu, 22 Jun 2017 19:28:43 +0200 Subject: [PATCH] depot: remove foc_native_pd from src/base-foc This patch is a follow-up commit to "foc: remove obsolete features". It fixes the extraction of the src/base-foc archive. Issue #2405 --- repos/base-foc/recipes/src/base-foc/content.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/base-foc/recipes/src/base-foc/content.mk b/repos/base-foc/recipes/src/base-foc/content.mk index 50fad4df4a..bc6b61a159 100644 --- a/repos/base-foc/recipes/src/base-foc/content.mk +++ b/repos/base-foc/recipes/src/base-foc/content.mk @@ -1,6 +1,6 @@ include $(GENODE_DIR)/repos/base/recipes/src/base_content.inc -FROM_BASE_FOC := include/foc include/foc_native_cpu include/foc_native_pd +FROM_BASE_FOC := include/foc include/foc_native_cpu content: $(FROM_BASE_FOC)