blob: c9e38ad937fd4549ceb716e05067f0339005ee56 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Josh Poimboeufc0dd6716862016-02-28 22:22:34 -06002OBJECT_FILES_NON_STANDARD := y
Sami Tolvanend23dddf2020-12-11 10:46:28 -08003CFLAGS_REMOVE_empty.o += $(CC_FLAGS_LTO)
Josh Poimboeufc0dd6716862016-02-28 22:22:34 -06004
Masahiro Yamadafaabed22020-08-01 21:27:18 +09005hostprogs-always-y += modpost mk_elfconfig
6always-y += empty.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
8modpost-objs := modpost.o file2alias.o sumversion.o
9
Andreas Schwab6543bec2013-01-20 17:58:47 +010010devicetable-offsets-file := devicetable-offsets.h
11
Matthias Kaehlckeebf003f2017-04-12 12:43:52 -070012$(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s FORCE
13 $(call filechk,offsets,__DEVICETABLE_OFFSETS_H__)
Andreas Schwab6543bec2013-01-20 17:58:47 +010014
Jan Beulichbd701342013-05-29 13:18:56 +010015targets += $(devicetable-offsets-file) devicetable-offsets.s
Andreas Schwab22fc4272013-05-04 16:32:53 +020016
Linus Torvalds1da177e2005-04-16 15:20:36 -070017# dependencies on generated files need to be listed explicitly
18
19$(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
Andreas Schwab6543bec2013-01-20 17:58:47 +010020$(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file)
Linus Torvalds1da177e2005-04-16 15:20:36 -070021
22quiet_cmd_elfconfig = MKELF $@
Alan Jenkins9e1b9b82009-11-07 21:03:54 +000023 cmd_elfconfig = $(obj)/mk_elfconfig < $< > $@
Linus Torvalds1da177e2005-04-16 15:20:36 -070024
25$(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
26 $(call if_changed,elfconfig)
27
28targets += elfconfig.h