summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-07-19 18:03:57 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-08-09 08:19:50 +0200
commit107ac101928f6b28ec69b02dd76861a175501865 (patch)
tree1b370361ff6eb4a1322cffcf437d944067c6f87a /firmware
parent2a33a23968ca2629ae868d44442c30d1b4298999 (diff)
downloadbarebox-107ac101928f6b28ec69b02dd76861a175501865.tar.gz
barebox-107ac101928f6b28ec69b02dd76861a175501865.tar.xz
firmware: Fix copy-paste comment mistake
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 62124933d9..7f4dc49326 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -57,6 +57,6 @@ endif
targets := $(patsubst $(obj)/%,%, \
$(shell find $(obj) -name \*.gen.S 2>/dev/null))
-# just to build a built-in.o. Otherwise compilation fails when no devicetree is
-# created.
+# just to build a built-in.o. Otherwise compilation fails when no
+# firmware is built.
obj- += dummy.o