From 5b65ebb807661daf7132e084bee609aff1af49d1 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Tue, 17 Feb 2015 00:20:52 +0100 Subject: [PATCH] Makefile: updated sercmd to kamcmd --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2892624fdde..bcf39c11e24 100644 --- a/Makefile +++ b/Makefile @@ -202,10 +202,10 @@ cmodules=$(foreach mods,$(modules_dirs), $($(mods))) # list of utils directories that should be compiled by make utils -C_COMPILE_UTILS= utils/sercmd +C_COMPILE_UTILS= utils/kamcmd # list of binaries that should be installed alongside # (they should be created after make utils, see C_COMPILE_UTILS) -C_INSTALL_BIN= # sercmd is now installed by ctl +C_INSTALL_BIN= # kamcmd is now installed by ctl # which utils know to install themselves and should be installed # along the core (list of utils directories)