]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - scripts/mod/Makefile
Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to work...
[thirdparty/kernel/stable.git] / scripts / mod / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c0dd6716
JP
2OBJECT_FILES_NON_STANDARD := y
3
1da177e4
LT
4hostprogs-y := modpost mk_elfconfig
5always := $(hostprogs-y) empty.o
6
7modpost-objs := modpost.o file2alias.o sumversion.o
8
6543becf
AS
9devicetable-offsets-file := devicetable-offsets.h
10
ebf003f0
MK
11$(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s FORCE
12 $(call filechk,offsets,__DEVICETABLE_OFFSETS_H__)
6543becf 13
bd701343 14targets += $(devicetable-offsets-file) devicetable-offsets.s
22fc4273 15
1da177e4
LT
16# dependencies on generated files need to be listed explicitly
17
18$(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
6543becf 19$(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file)
1da177e4
LT
20
21quiet_cmd_elfconfig = MKELF $@
9e1b9b80 22 cmd_elfconfig = $(obj)/mk_elfconfig < $< > $@
1da177e4
LT
23
24$(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
25 $(call if_changed,elfconfig)
26
27targets += elfconfig.h