mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
bcmkernel: don't fail if .config does not exist
This commit is contained in:
parent
e8bdb6bc24
commit
17b0fcba98
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue