mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
gs201: Ignore missing system_dlkm.modules.load warning
This spams the build output Change-Id: I0532a25800bd2bd4df6a3c7d49e636d9ed39ff05
This commit is contained in:
committed by
Michael Bestas
parent
c6b2f7fb80
commit
c3ff0a8a54
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user