laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/dahdi-linux/+/26970 )


Change subject: vpmadt032: Create .o.cmd file for the shipped object file.
......................................................................

vpmadt032: Create .o.cmd file for the shipped object file.

Kernel version 5.8, in commit "modpost: use read_text_file() and
get_line() for reading text files" [1] made it an error if the .o.cmd
file is missing. However, this file is not generated for shipped .o
files.

[1] 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=70f30cfe5b892fcb7f98e7df72ed6ccfe3225628

Signed-off-by: Shaun Ruffell <[email protected]>
Change-Id: I06d201bcd07b35cb41c8c4a8467bcad6471c431a
---
M drivers/dahdi/Kbuild
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/dahdi-linux refs/changes/70/26970/1

diff --git a/drivers/dahdi/Kbuild b/drivers/dahdi/Kbuild
index 958e070..6a90fee 100644
--- a/drivers/dahdi/Kbuild
+++ b/drivers/dahdi/Kbuild
@@ -133,6 +133,7 @@

 ifneq ($(DAHDI_ARCH),)
   ifneq ($(wildcard 
$(src)/vpmadt032_loader/vpmadt032_$(DAHDI_ARCH).o_shipped),)
+    $(shell touch 
$(KBUILD_EXTMOD)/vpmadt032_loader/.vpmadt032_$(DAHDI_ARCH).o.cmd)
     VPMADT032_LOADER_PRESENT=yes
     dahdi_vpmadt032_loader-objs += vpmadt032_loader/vpmadt032_$(DAHDI_ARCH).o
     obj-$(DAHDI_BUILD_ALL)$(CONFIG_DAHDI_VPMADT032_LOADER)     += 
dahdi_vpmadt032_loader.o

--
To view, visit https://gerrit.osmocom.org/c/dahdi-linux/+/26970
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: dahdi-linux
Gerrit-Branch: master
Gerrit-Change-Id: I06d201bcd07b35cb41c8c4a8467bcad6471c431a
Gerrit-Change-Number: 26970
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-MessageType: newchange

Reply via email to