]> Git Repo - linux.git/blobdiff - scripts/Makefile.modpost
scripts/nsdeps: support nsdeps for external module builds
[linux.git] / scripts / Makefile.modpost
index 62e127028b48d4359683673dd9991275c9a04e74..69897d5d3a7004a0fc8dc5497b1156802cd86c22 100644 (file)
@@ -66,7 +66,7 @@ __modpost:
 else
 
 MODPOST += $(subst -i,-n,$(filter -i,$(MAKEFLAGS))) -s -T - \
-       $(if $(KBUILD_NSDEPS),-d modules.nsdeps)
+       $(if $(KBUILD_NSDEPS),-d $(MODULES_NSDEPS))
 
 ifeq ($(KBUILD_EXTMOD),)
 MODPOST += $(wildcard vmlinux)
This page took 0.030717 seconds and 4 git commands to generate.