X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2FMakefile;h=01e7adb838d93287d391ec4fee925936115877c1;hb=240e7f3ebf06fc651deeb75ea4721796f701b9af;hp=905d59e06bc8fd27b66c1d1ccdecb812efd93abd;hpb=ce1addf6e46177b549851118fca59427b1b9dd6c;p=firefly-linux-kernel-4.4.55.git diff --git a/scripts/Makefile b/scripts/Makefile index 905d59e06bc8..01e7adb838d9 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -8,12 +8,18 @@ # conmakehash: Create arrays for initializing the kernel console tables # docproc: Used in Documentation/DocBook +HOST_EXTRACFLAGS += -I$(srctree)/tools/include + hostprogs-$(CONFIG_KALLSYMS) += kallsyms hostprogs-$(CONFIG_LOGO) += pnmtologo -hostprogs-y += bmptologo hostprogs-$(CONFIG_VT) += conmakehash hostprogs-$(CONFIG_IKCONFIG) += bin2c hostprogs-$(BUILD_C_RECORDMCOUNT) += recordmcount +hostprogs-$(CONFIG_BUILDTIME_EXTABLE_SORT) += sortextable +hostprogs-$(CONFIG_ASN1) += asn1_compiler + +HOSTCFLAGS_sortextable.o = -I$(srctree)/tools/include +HOSTCFLAGS_asn1_compiler.o = -I$(srctree)/include always := $(hostprogs-y) $(hostprogs-m)