From 2e654b19f38f1f941c70a5adcdac6311234362c3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 10 Jun 2021 16:27:06 -0700 Subject: treewide: back to cmake.mk Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev --- net/nlbwmon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/nlbwmon/Makefile') diff --git a/net/nlbwmon/Makefile b/net/nlbwmon/Makefile index d3a27573e..9e3a8ba75 100644 --- a/net/nlbwmon/Makefile +++ b/net/nlbwmon/Makefile @@ -16,7 +16,7 @@ PKG_LICENSE:=ISC PKG_LICENSE_FILES:=COPYING include $(INCLUDE_DIR)/package.mk -include ../../devel/ninja/ninja-cmake.mk +include $(INCLUDE_DIR)/cmake.mk CMAKE_OPTIONS += -DLIBNL_LIBRARY_TINY=ON TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/libnl-tiny -- cgit v1.2.3