|
@@ -176,7 +176,7 @@ $(obj)/zImage: $(addprefix $(obj)/, $(image-y))
|
|
|
$(obj)/zImage.initrd: $(addprefix $(obj)/, $(initrd-y))
|
|
|
@rm -f $@; ln $< $@
|
|
|
|
|
|
-install: $(CONFIGURE) $(image-y)
|
|
|
+install: $(CONFIGURE) $(addprefix $(obj)/, $(image-y))
|
|
|
sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" $<
|
|
|
|
|
|
# anything not in $(targets)
|