gs201: Ignore missing system_dlkm.modules.load warning
This spams the build output Change-Id: I0532a25800bd2bd4df6a3c7d49e636d9ed39ff05
This commit is contained in:
parent
c6b2f7fb80
commit
c3ff0a8a54
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ else
|
|||
BOARD_VENDOR_KERNEL_MODULES := $(KERNEL_MODULES)
|
||||
endif
|
||||
|
||||
BOARD_SYSTEM_KERNEL_MODULES_LOAD := $(strip $(shell cat $(KERNEL_MODULE_DIR)/system_dlkm.modules.load))
|
||||
BOARD_SYSTEM_KERNEL_MODULES_LOAD := $(strip $(shell cat $(KERNEL_MODULE_DIR)/system_dlkm.modules.load 2>/dev/null))
|
||||
BOARD_SYSTEM_KERNEL_MODULES := $(addprefix $(KERNEL_MODULE_DIR)/, $(notdir $(BOARD_SYSTEM_KERNEL_MODULES_LOAD)))
|
||||
|
||||
# Using BUILD_COPY_HEADERS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue