diff options
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 36266665dbcb..a55b0067758a 100644 --- a/scripts/Makefile +++ b/scripts/Makefile | |||
@@ -15,6 +15,9 @@ hostprogs-$(CONFIG_LOGO) += pnmtologo | |||
15 | hostprogs-$(CONFIG_VT) += conmakehash | 15 | hostprogs-$(CONFIG_VT) += conmakehash |
16 | hostprogs-$(CONFIG_IKCONFIG) += bin2c | 16 | hostprogs-$(CONFIG_IKCONFIG) += bin2c |
17 | hostprogs-$(BUILD_C_RECORDMCOUNT) += recordmcount | 17 | hostprogs-$(BUILD_C_RECORDMCOUNT) += recordmcount |
18 | hostprogs-$(CONFIG_BUILDTIME_EXTABLE_SORT) += sortextable | ||
19 | |||
20 | HOSTCFLAGS_sortextable.o = -I$(srctree)/tools/include | ||
18 | 21 | ||
19 | always := $(hostprogs-y) $(hostprogs-m) | 22 | always := $(hostprogs-y) $(hostprogs-m) |
20 | 23 | ||