summaryrefslogtreecommitdiff
path: root/target/linux/Makefile.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-04-28 23:40:54 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-03 00:00:06 +0200
commit420cf17bffa7ad55b744b253bcb292f798a04b69 (patch)
tree03ee5bc8ee1481f8655784ae0a02bf6e2b11273d /target/linux/Makefile.in
parentbf759874243e522acc39ea7fb4060a3075e2a712 (diff)
Remove last users of the ROOTFS_SUFFIX thing
The ROOTFS_SUFFIX thing has been removed in 325bfd1cbae03fe286796d3fa7de7c0a3227f7a5, so get rid of the last users. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/linux/Makefile.in')
-rw-r--r--target/linux/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in
index ea7440944..6983d2548 100644
--- a/target/linux/Makefile.in
+++ b/target/linux/Makefile.in
@@ -62,10 +62,9 @@ endif
endif
endif
-ROOTFS_STRIPPED_SUFFIX=$(call qstrip,$(ROOTFS_SUFFIX))
# File name for the Linux kernel binary
ifndef LINUX26_KERNEL
-LINUX26_KERNEL_NAME=$(BINARIES_DIR)/$(LINUX26_FORMAT)$(ROOTFS_STRIPPED_SUFFIX)
+LINUX26_KERNEL_NAME=$(BINARIES_DIR)/$(LINUX26_FORMAT)
endif
# Version of Linux AFTER patches