From 3fa48e9fde200af680703df22e44a30fee129b80 Mon Sep 17 00:00:00 2001 From: Guo-Fu Tseng Date: Tue, 28 Jun 2011 16:49:15 +0800 Subject: [PATCH] depmod on all modules --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b55d48..4285fbf 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ namespacecheck: modules install: modules install -m 644 $(MODNAME).ko $(MINSTDIR) - depmod $(KVER) $(MINSTDIR)/$(MODNAME).ko + depmod -a $(KVER) patch: @/usr/bin/diff -uar -X dontdiff ../../trunc ./ > bc.patch || echo > /dev/null -- 2.39.3