From 6b63e46e74705440ba3ebfa8cd2187f4d6a4f53f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 7 Jun 2018 06:00:52 -0700 Subject: Add builtin firmware support Signed-off-by: Sascha Hauer [andrew.smirnov@gmail.com: Add dummy.o in case directory is empty] Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3