1
0

release 6.15.5

This commit is contained in:
2025-07-07 02:21:22 +03:00
parent 8df072e89b
commit 492ec3ca82
18 changed files with 473 additions and 520 deletions

6
debian/rules.real vendored
View File

@@ -458,11 +458,13 @@ binary_kbuild: build_kbuild
dh_link $(PREFIX_DIR) /usr/src/$(PACKAGE_NAME)
$(dh_binary_post)
build_cpupower: $(STAMPS_DIR)/build-tools-headers
build_cpupower: $(STAMPS_DIR)/build-cpupower
$(STAMPS_DIR)/build-cpupower: $(STAMPS_DIR)/build-tools-headers
$(call make-tools,tools/power/cpupower)
ifneq ($(filter i386 amd64 x32,$(DEB_HOST_ARCH)),)
$(call make-tools,tools/power/x86)
endif
@$(stamp)
binary_cpupower: DIR = $(CURDIR)/debian/cpupower-tmp
binary_cpupower: DH_INSTALL_ARGS = --sourcedir=$(DIR)
@@ -528,7 +530,7 @@ binary_hyperv-daemons: build_hyperv-daemons
done
$(dh_binary_post)
build_rtla: $(STAMPS_DIR)/build-tools-headers
build_rtla: $(STAMPS_DIR)/build-tools-headers $(STAMPS_DIR)/build-cpupower
$(call make-tools,tools/tracing/rtla)
binary_rtla: build_rtla