bcmkernel: don't fail if .config does not exist

This commit is contained in:
Vlatko Dimic 2015-11-27 17:08:11 +01:00
parent e8bdb6bc24
commit 17b0fcba98

View file

@ -22,7 +22,7 @@ endef
# Include SDK version specific makefile based on config selection
ifeq ($(CONFIG_ARCH),)
include $(TOPDIR)/.config
-include $(TOPDIR)/.config
endif
ifeq ($(CONFIG_BCM_OPEN),y)