forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/scripts/Makefile.modsign
....@@ -8,8 +8,7 @@
88
99 include scripts/Kbuild.include
1010
11
-__modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
12
-modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o)))
11
+modules := $(sort $(shell cat modules.order))
1312
1413 PHONY += $(modules)
1514 __modsign: $(modules)