2016-02-29 11:22:34 +07:00
|
|
|
OBJECT_FILES_NON_STANDARD := y
|
|
|
|
|
2005-04-17 05:20:36 +07:00
|
|
|
hostprogs-y := modpost mk_elfconfig
|
|
|
|
always := $(hostprogs-y) empty.o
|
|
|
|
|
|
|
|
modpost-objs := modpost.o file2alias.o sumversion.o
|
|
|
|
|
2013-01-20 23:58:47 +07:00
|
|
|
devicetable-offsets-file := devicetable-offsets.h
|
|
|
|
|
2017-04-13 02:43:52 +07:00
|
|
|
$(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s FORCE
|
|
|
|
$(call filechk,offsets,__DEVICETABLE_OFFSETS_H__)
|
2013-01-20 23:58:47 +07:00
|
|
|
|
2013-05-29 19:18:56 +07:00
|
|
|
targets += $(devicetable-offsets-file) devicetable-offsets.s
|
2013-05-04 21:32:53 +07:00
|
|
|
|
2005-04-17 05:20:36 +07:00
|
|
|
# dependencies on generated files need to be listed explicitly
|
|
|
|
|
|
|
|
$(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
|
2013-01-20 23:58:47 +07:00
|
|
|
$(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file)
|
2005-04-17 05:20:36 +07:00
|
|
|
|
|
|
|
quiet_cmd_elfconfig = MKELF $@
|
2009-11-08 04:03:54 +07:00
|
|
|
cmd_elfconfig = $(obj)/mk_elfconfig < $< > $@
|
2005-04-17 05:20:36 +07:00
|
|
|
|
|
|
|
$(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
|
|
|
|
$(call if_changed,elfconfig)
|
|
|
|
|
|
|
|
targets += elfconfig.h
|