mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 13:35:27 +00:00
parent
918281b01f
commit
8199b3e685
@ -132,6 +132,13 @@ $(error "$(CUSTOM_CXX) version $(REQUIRED_GCC_VERSION) is required")
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(STATIC_ANALYZE),)
|
||||||
|
check_tool = $(if $(shell which $(1)),,$(error Need to have '$(1)' installed.))
|
||||||
|
$(call check_tool,scan-build)
|
||||||
|
|
||||||
|
MAKE := scan-build --use-c++=$(CUSTOM_CXX) --use-cc=$(CUSTOM_CC) $(MAKE)
|
||||||
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Default rule: build all directories specified as make arguments
|
# Default rule: build all directories specified as make arguments
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user