kbuild: rename hostprogs-y/always to hostprogs/always-y
[sfrench/cifs-2.6.git] / usr / Makefile
index 244862bfb765a8d66dcf20a5daacf3d759e7a969..18aed2ab98dac5d62909429b4dcfa095f742baec 100644 (file)
@@ -52,7 +52,7 @@ ifeq ($(cpio-data),)
 
 cpio-data := $(obj)/initramfs_data.cpio
 
-hostprogs-y := gen_init_cpio
+hostprogs := gen_init_cpio
 
 # .initramfs_data.cpio.d is used to identify all files included
 # in initramfs and to detect if any files are added/removed.