summaryrefslogtreecommitdiffstats
path: root/images/Makefile.mvebu
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-10-15 10:11:25 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-10-19 08:39:29 +0200
commit68fb8855efc664265bef2979a4726f385015e427 (patch)
tree1fc6af108225df48c403c626226d60492360363f /images/Makefile.mvebu
parentfe89df4ed968430320a09f2ced726f401260468f (diff)
downloadbarebox-68fb8855efc664265bef2979a4726f385015e427.tar.gz
barebox-68fb8855efc664265bef2979a4726f385015e427.tar.xz
ARM: mvebu: Lenovo IX4 300D: Fix pblb generation
pblx-y must be passed the entry point function without any extension. Otherwise the pblb file is not added to $targets and is removed by make as an intermediate file. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images/Makefile.mvebu')
-rw-r--r--images/Makefile.mvebu2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile.mvebu b/images/Makefile.mvebu
index dcf2235f8c..0325f99615 100644
--- a/images/Makefile.mvebu
+++ b/images/Makefile.mvebu
@@ -30,7 +30,7 @@ OPTS_start_lenovo_ix4_300d.pblx.kwbuartimg = -m uart $(LENOVO_IX4_300D_KWBOPTS)
FILE_barebox-lenovo-ix4-300d.img = start_lenovo_ix4_300d.pblx.kwbimg
FILE_barebox-lenovo-ix4-300d-uart.img = start_lenovo_ix4_300d.pblx.kwbuartimg
FILE_barebox-lenovo-ix4-300d-2nd.img = start_lenovo_ix4_300d.pblx
-pblx-$(CONFIG_MACH_LENOVO_IX4_300D) += start_lenovo_ix4_300d.pblx
+pblx-$(CONFIG_MACH_LENOVO_IX4_300D) += start_lenovo_ix4_300d
image-$(CONFIG_MACH_LENOVO_IX4_300D) += barebox-lenovo-ix4-300d.img
image-$(CONFIG_MACH_LENOVO_IX4_300D) += barebox-lenovo-ix4-300d-uart.img
image-$(CONFIG_MACH_LENOVO_IX4_300D) += barebox-lenovo-ix4-300d-2nd.img