mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
df68a01014
Change the Documentation makefiles from obj-m to subdir-y to avoid generating unnecessary built-in.o files since nothing in Documentation/ is ever linked in to vmlinux. Signed-off-by: Peter Foley <pefoley2@pefoley.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
6 lines
126 B
Makefile
6 lines
126 B
Makefile
# List of programs to build
|
|
hostprogs-y := aliasing-test
|
|
|
|
# Tell kbuild to always build the programs
|
|
always := $(hostprogs-y)
|