From 43b94264f81e54625ee90faa7f52b006b67a1b61 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 8 Feb 2022 17:03:57 +0200 Subject: [PATCH] src/Makefile: Also stop compiling kamcmd from here (cherry picked from commit c1335157c53ca014bbeec6de312f42d955221d58) --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 11be15fb2bc..a6380c22832 100644 --- a/src/Makefile +++ b/src/Makefile @@ -202,7 +202,7 @@ cmodules=$(foreach mods,$(modules_dirs), $($(mods))) # list of utils directories that should be compiled by make utils -C_COMPILE_UTILS= ../utils/kamcmd +C_COMPILE_UTILS= # kamcmd is now installed by ctl # list of binaries that should be installed alongside # (they should be created after make utils, see C_COMPILE_UTILS) C_INSTALL_BIN= # kamcmd is now installed by ctl