drivers/Makefile: Use the -include directive for platform/Make.defs
Since `platform` of `platform/Make.defs` is a symbolic link created during the build process, we use -include directive instead of include for safety.
This commit is contained in:
parent
0ac02765bd
commit
f8d036d70b
|
@ -65,7 +65,7 @@ include rf/Make.defs
|
||||||
include rc/Make.defs
|
include rc/Make.defs
|
||||||
|
|
||||||
ifeq ($(CONFIG_SPECIFIC_DRIVERS),y)
|
ifeq ($(CONFIG_SPECIFIC_DRIVERS),y)
|
||||||
include platform/Make.defs
|
-include platform/Make.defs
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_DEV_SIMPLE_ADDRENV),y)
|
ifeq ($(CONFIG_DEV_SIMPLE_ADDRENV),y)
|
||||||
|
|
Loading…
Reference in New Issue