Skip to content

Commit 680b961

Browse files
brooniectmarinas
authored andcommitted
arm64/hwcap: Include kernel-hwcap.h in list of generated files
When adding generation for the kernel internal constants for hwcaps the generated file was not explicitly flagged as such in the build system, causing it to be regenerated on each build. This wasn't obvious when the series the change was included in was developed since it was all about changes that trigger rebuilds anyway. Fixes: abed23c ("arm64/hwcap: Generate the KERNEL_HWCAP_ definitions for the hwcaps") Reported-by: Marek Vasut <[email protected]> Signed-off-by: Mark Brown <[email protected]> Reviewed-by: Anshuman Khandual <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
1 parent 34e5639 commit 680b961

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/include/asm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ generic-y += parport.h
1717
generic-y += user.h
1818

1919
generated-y += cpucap-defs.h
20+
generated-y += kernel-hwcap.h
2021
generated-y += sysreg-defs.h

0 commit comments

Comments
 (0)