aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2004-08-11 01:42:56 +0200
committerSam Ravnborg <sam@mars.ravnborg.org>2004-08-11 01:42:56 +0200
commitff08974850158f4c4d815840f7c3e82a4aa12c34 (patch)
tree278888cd8276692d8b31d6093b3133e2c61a12d1 /lib
parent113b88ae284c577e332db1d6e6519355b8ca009a (diff)
downloadhistory-ff08974850158f4c4d815840f7c3e82a4aa12c34.tar.gz
kbuild: Replace host-progs with hostprogs-y
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 295e70bcd223c4..f80da458005952 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -25,7 +25,7 @@ obj-$(CONFIG_LIBCRC32C) += libcrc32c.o
obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/
obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/
-host-progs := gen_crc32table
+hostprogs-y := gen_crc32table
clean-files := crc32table.h
$(obj)/crc32.o: $(obj)/crc32table.h