blob: b497d9764dcf02e0dd1abab386faef3af8b65499 [file] [log] [blame]
Josh Poimboeufc0dd6716862016-02-28 22:22:34 -06001OBJECT_FILES_NON_STANDARD := y
2
Linus Torvalds1da177e2005-04-16 15:20:36 -07003hostprogs-y := modpost mk_elfconfig
4always := $(hostprogs-y) empty.o
5
6modpost-objs := modpost.o file2alias.o sumversion.o
7
Andreas Schwab6543bec2013-01-20 17:58:47 +01008devicetable-offsets-file := devicetable-offsets.h
9
Matthias Kaehlcke67259a62017-04-12 12:43:52 -070010$(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s FORCE
11 $(call filechk,offsets,__DEVICETABLE_OFFSETS_H__)
Andreas Schwab6543bec2013-01-20 17:58:47 +010012
Jan Beulichbd701342013-05-29 13:18:56 +010013targets += $(devicetable-offsets-file) devicetable-offsets.s
Andreas Schwab22fc4272013-05-04 16:32:53 +020014
Linus Torvalds1da177e2005-04-16 15:20:36 -070015# dependencies on generated files need to be listed explicitly
16
17$(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
Andreas Schwab6543bec2013-01-20 17:58:47 +010018$(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file)
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
20quiet_cmd_elfconfig = MKELF $@
Alan Jenkins9e1b9b82009-11-07 21:03:54 +000021 cmd_elfconfig = $(obj)/mk_elfconfig < $< > $@
Linus Torvalds1da177e2005-04-16 15:20:36 -070022
23$(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
24 $(call if_changed,elfconfig)
25
26targets += elfconfig.h