forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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)