Skip to content
Snippets Groups Projects
Commit d5551207 authored by Vasilis Tsiligiannis's avatar Vasilis Tsiligiannis
Browse files

include/cmake.mk: Add helper macro to handle conditionals for CMake boolean type variables


Signed-off-by: default avatarVasilis Tsiligiannis <acinonyx@openwrt.gr>

SVN-Revision: 49164
parent d79e931a
No related branches found
No related tags found
No related merge requests found
cmake_bool = $(patsubst %,-D%:BOOL=$(if $($(1)),ON,OFF),$(2))
PKG_INSTALL:=1
ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment