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