add idl4k kernel firmware version 1.13.0.105

This commit is contained in:
Jaroslav Kysela
2015-03-26 17:22:37 +01:00
parent 5194d2792e
commit e9070cdc77
31064 changed files with 12769984 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
hostprogs-y := modpost mk_elfconfig
hostprogs-$(CONFIG_LKM_ELF_HASH) += ksymhash
always := $(hostprogs-y) empty.o
modpost-objs := modpost.o file2alias.o sumversion.o elflib.o
ksymhash-objs := ksymhash.o elflib.o
ifdef CONFIG_LKM_ELF_HASH
modpost-objs += ktablehash.o
HOSTCFLAGS_ktablehash.o += -DCONFIG_LKM_ELF_HASH
HOSTCFLAGS_modpost.o += -DCONFIG_LKM_ELF_HASH
endif
# dependencies on generated files need to be listed explicitly
$(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
$(obj)/ksymhash.o $(obj)/ktablehash.o $(obj)/elflib.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