diff --git a/ports-foc/Makefile b/ports-foc/Makefile index bf9ae07f6..98ca5b375 100644 --- a/ports-foc/Makefile +++ b/ports-foc/Makefile @@ -24,6 +24,7 @@ UPDATE_PATCH = $(word 1, $(PATCH-$(TARGET))) check_tool = $(if $(shell which $(1)),,$(error Need to have '$(1)' installed.)) $(call check_tool,patch) +$(call check_tool,bc) ifeq ($(TARGET), l4android) $(call check_tool,git)