linux-headers: Stop including unused arch/*/kernel/asm-offsets.s files

This commit is contained in:
Ben Hutchings 2016-09-12 20:51:04 +01:00
parent 725eaac2b5
commit 51f0aa4b84
2 changed files with 1 additions and 1 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ linux (4.8~rc5-1~exp2) UNRELEASED; urgency=medium
* Fix some new reproducibility issues:
- linux-source: Exclude Python bytecode generated when running Sphinx
- Set -fdebug-prefix-map=... in compiler options for kernel and userland
- linux-headers: Stop including unused arch/*/kernel/asm-offsets.s files
-- Ben Hutchings <ben@decadent.org.uk> Fri, 16 Sep 2016 16:39:53 +0100

1
debian/rules.real vendored
View File

@ -313,7 +313,6 @@ install-headers_$(ARCH)_$(FEATURESET)_$(FLAVOUR): $(STAMPS_DIR)/build_$(ARCH)_$(
mkdir -p $(DIR)/arch/$(KERNEL_ARCH)/kernel
cp -a $(SOURCE_DIR)/{.config,.kernel*,Module.symvers,include} $(DIR)
cp -a $(SOURCE_DIR)/arch/$(KERNEL_ARCH)/include $(DIR)/arch/$(KERNEL_ARCH)
cp -a $(SOURCE_DIR)/arch/$(KERNEL_ARCH)/kernel/asm-offsets.s $(DIR)/arch/$(KERNEL_ARCH)/kernel
find $(DIR) -name '*.cmd' -delete
if [ -f $(SOURCE_DIR)/arch/$(KERNEL_ARCH)/lib/crtsavres.o ]; then \