1
0

release 6.15.7

This commit is contained in:
2025-07-17 22:56:59 +03:00
parent 01b98c3c62
commit 48372baf14
20 changed files with 212 additions and 190 deletions

12
debian/rules.real vendored
View File

@@ -546,6 +546,18 @@ binary_sdsi: build_sdsi
$(call make-tools,tools/arch/x86/intel_sdsi) install
$(dh_binary_post)
build_misc-tools: $(STAMPS_DIR)/build-tools-headers
$(call make-tools,tools/bootconfig)
$(call make-tools,tools/firmware)
$(call make-tools,tools/thermal)
binary_misc-tools: build_misc-tools
$(dh_binary_pre)
$(call make-tools,tools/bootconfig) install
$(call make-tools,tools/firmware) install
$(call make-tools,tools/thermal) install
$(dh_binary_post)
setup_%:
@: