summaryrefslogtreecommitdiffstats
path: root/target/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/Makefile5
1 files changed, 3 insertions, 2 deletions
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))))