From: John Audia Date: Thu, 3 Aug 2023 18:18:49 +0000 (-0400) Subject: sdk: add cpupower to userspace sources X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=eecb582a0f85ce8ae2d9525ba3fcaba289df9476;p=openwrt%2Fstaging%2Fthess.git sdk: add cpupower to userspace sources For https://github.com/openwrt/packages/pull/21533 to be merged, this source tree is needed to be included. Signed-off-by: John Audia --- diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 667d00b43f..243d58bbaf 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -86,9 +86,10 @@ KERNEL_FILES := $(patsubst $(TOPDIR)/%,%,$(wildcard $(addprefix $(LINUX_DIR)/,$( # USERSPACE_UTILS_FILES := \ tools/build \ + tools/power/cpupower \ tools/scripts \ - tools/usb/usbip \ - tools/spi + tools/spi \ + tools/usb/usbip USERSPACE_FILES := $(patsubst $(TOPDIR)/%,%,$(wildcard $(addprefix $(LINUX_DIR)/,$(USERSPACE_UTILS_FILES))))