diff options
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index 68012d97c9..7ed229e81a 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -422,6 +422,8 @@ $(BIMGTOOL): $(top)/util/bimgtool/bimgtool.c @printf " HOSTCC $(subst $(obj)/,,$(@))\n" $(HOSTCC) $(HOSTCFLAGS) -o $@ $< +$(obj)/config.h: $(objutil)/kconfig/conf + ####################################################################### # needed objects that every mainboard uses # Creation of these is architecture and mainboard independent |