summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-01-26 16:44:00 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-01-31 15:21:03 +0100
commite65094bc923e39186048f25aa38cccb95d142355 (patch)
tree4823592266a68cac39d83003b674ae1f90e16fe5
parent103136f7342b4c002a872b8f94a9f7e3f9eb77a7 (diff)
downloadptxdist-e65094bc923e39186048f25aa38cccb95d142355.tar.gz
ptxdist-e65094bc923e39186048f25aa38cccb95d142355.tar.xz
linuximage: cleanup dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/post/image_kernel.make8
1 files changed, 3 insertions, 5 deletions
diff --git a/rules/post/image_kernel.make b/rules/post/image_kernel.make
index 7ffeed618..a1b8d86a9 100644
--- a/rules/post/image_kernel.make
+++ b/rules/post/image_kernel.make
@@ -23,11 +23,9 @@ $(STATEDIR)/image_kernel.compile: $(IMAGEDIR)/root.cpio
$(KERNEL_MAKEVARS) $(KERNEL_IMAGE)
@echo "done."
-$(KERNEL_IMAGE_PATH_y): $(STATEDIR)/kernel.targetinstall
-
-$(IMAGEDIR)/linuximage: $(KERNEL_IMAGE_PATH_y)
- @echo -n "Creating '$(notdir $(@))' from '$(notdir $(<))'..."
- @install -m 644 "$(<)" "$(@)"
+$(IMAGEDIR)/linuximage: $(STATEDIR)/kernel.targetinstall
+ @echo -n "Creating '$(notdir $(@))' from '$(notdir $(KERNEL_IMAGE_PATH_y))'..."
+ @install -m 644 "$(KERNEL_IMAGE_PATH_y)" "$(@)"
@echo "done."
$(IMAGEDIR)/linuximage.lzo: $(IMAGEDIR)/linuximage