mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
l4lx: check for "bc" tool on prepare
This commit is contained in:
committed by
Christian Helmuth
parent
327cdfdf36
commit
24007564bf
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user