Skip to content
Snippets Groups Projects
Commit 01a574fa authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Fix build without .config

parent f17e2c7a
Branches
Tags
No related merge requests found
......@@ -63,7 +63,6 @@ include $(TOPDIR)/include/host.mk
include rules.mk
include $(INCLUDE_DIR)/depends.mk
include $(INCLUDE_DIR)/subdir.mk
include $(INCLUDE_DIR)/kernel.mk
include package/Makefile
include tools/Makefile
......@@ -137,6 +136,8 @@ download: .config FORCE
toolchain: $(toolchain/stamp-install) $(tools/stamp-install)
include $(INCLUDE_DIR)/kernel.mk
kernel: FORCE
$(NO_TRACE_MAKE) -C $(TOPDIR)/target/linux/$(BOARD) -f $(GLUONDIR)/include/Makefile.target $(LINUX_DIR)/.image TARGET_BUILD=1
$(NO_TRACE_MAKE) -C $(TOPDIR)/target/linux/$(BOARD) -f $(GLUONDIR)/include/Makefile.target $(LINUX_DIR)/.modules TARGET_BUILD=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment