summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-06-07 06:00:52 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-08 08:40:54 +0200
commit6b63e46e74705440ba3ebfa8cd2187f4d6a4f53f (patch)
treea31f54e99abffa3a6d20a2a52ca9241e3f5acac8 /Makefile
parent711e3fbecea59b6e4383ad8a533bf9c1d06e33b3 (diff)
downloadbarebox-6b63e46e74705440ba3ebfa8cd2187f4d6a4f53f.tar.gz
barebox-6b63e46e74705440ba3ebfa8cd2187f4d6a4f53f.tar.xz
Add builtin firmware support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [andrew.smirnov@gmail.com: Add dummy.o in case directory is empty] Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88c1991739..b335f2054e 100644
--- a/Makefile
+++ b/Makefile
@@ -426,7 +426,7 @@ scripts: scripts_basic include/config/auto.conf
$(Q)$(MAKE) $(build)=$(@)
# Objects we will link into barebox / subdirs we need to visit
-common-y := common/ drivers/ commands/ lib/ crypto/ net/ fs/
+common-y := common/ drivers/ commands/ lib/ crypto/ net/ fs/ firmware/
ifeq ($(dot-config),1)
# Read in config