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 <therealgraysky@proton.me>
This commit is contained in:
parent
d6ac365e42
commit
eecb582a0f
1 changed files with 3 additions and 2 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue