aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2004-08-15 13:35:00 +0200
committerSam Ravnborg <sam@mars.ravnborg.org>2004-08-15 13:35:00 +0200
commit744dbb748f0971eb62651808d17b61c4f93768a2 (patch)
tree30e6adf6db21a4eb085ea93fe40d18241aeae32b /lib
parent4d8021616effa7a49b6df2ad0083dcce6016a3a7 (diff)
parent29d28b2a027570e81d813f35d466c09ae54f4104 (diff)
downloadhistory-744dbb748f0971eb62651808d17b61c4f93768a2.tar.gz
Merge mars.ravnborg.org:/home/sam/bk/kbuild-mm
into mars.ravnborg.org:/home/sam/bk/kbuild
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