diff options
| author | Sam Ravnborg <sam@mars.ravnborg.org> | 2004-08-11 01:42:56 +0200 |
|---|---|---|
| committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2004-08-11 01:42:56 +0200 |
| commit | ff08974850158f4c4d815840f7c3e82a4aa12c34 (patch) | |
| tree | 278888cd8276692d8b31d6093b3133e2c61a12d1 /lib | |
| parent | 113b88ae284c577e332db1d6e6519355b8ca009a (diff) | |
kbuild: Replace host-progs with hostprogs-y
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 295e70bcd223..f80da4580059 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 |
