scripts/sortextable: Handle relative entries, and other cleanups
[linux-2.6-block.git] / scripts / Makefile
index 43e19b9fc64190e7e742594271300190a893055c..9eace52c64dfbae6935ac58e2f550041742fa690 100644 (file)
@@ -15,6 +15,8 @@ hostprogs-$(CONFIG_IKCONFIG)     += bin2c
 hostprogs-$(BUILD_C_RECORDMCOUNT) += recordmcount
 hostprogs-$(CONFIG_BUILDTIME_EXTABLE_SORT) += sortextable
 
+HOSTCFLAGS_sortextable.o = -I$(srctree)/tools/include
+
 always         := $(hostprogs-y) $(hostprogs-m)
 
 # The following hostprogs-y programs are only build on demand