mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
l4lx: check for "bc" tool on prepare
This commit is contained in:
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.))
|
check_tool = $(if $(shell which $(1)),,$(error Need to have '$(1)' installed.))
|
||||||
|
|
||||||
$(call check_tool,patch)
|
$(call check_tool,patch)
|
||||||
|
$(call check_tool,bc)
|
||||||
|
|
||||||
ifeq ($(TARGET), l4android)
|
ifeq ($(TARGET), l4android)
|
||||||
$(call check_tool,git)
|
$(call check_tool,git)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user