https://github.com/torvalds/linux
Revision a8b554e75b0c14d5e12a11eaea604e536f49da29 authored by David S. Miller on 28 December 2005, 21:05:41 UTC, committed by David S. Miller on 28 December 2005, 21:05:41 UTC
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 091465d
Raw File
Tip revision: a8b554e75b0c14d5e12a11eaea604e536f49da29 authored by David S. Miller on 28 December 2005, 21:05:41 UTC
[TG3]: Update driver version and reldate.
Tip revision: a8b554e
Makefile
hostprogs-y	:= modpost mk_elfconfig
always		:= $(hostprogs-y) empty.o

modpost-objs	:= modpost.o file2alias.o sumversion.o

# dependencies on generated files need to be listed explicitly

$(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h

quiet_cmd_elfconfig = MKELF   $@
      cmd_elfconfig = $(obj)/mk_elfconfig $(ARCH) < $< > $@

$(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
	$(call if_changed,elfconfig)

targets += elfconfig.h
back to top