Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333621
b: refs/heads/master
c: ef591a5
h: refs/heads/master
i:
  333619: fe8760b
v: v3
  • Loading branch information
이건호 authored and Michal Marek committed Aug 31, 2012
1 parent 4ff1e43 commit 9920c7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70cfe02682ff16bd8c1fec0d2374bd4dbceae54f
refs/heads/master: ef591a550644062af5106e35fac112dee8463312
2 changes: 1 addition & 1 deletion trunk/scripts/Makefile.modinst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include scripts/Kbuild.include

#

__modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
__modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o)))

PHONY += $(modules)
Expand Down
2 changes: 1 addition & 1 deletion trunk/scripts/Makefile.modpost
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ kernelsymfile := $(objtree)/Module.symvers
modulesymfile := $(firstword $(KBUILD_EXTMOD))/Module.symvers

# Step 1), find all modules listed in $(MODVERDIR)/
__modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
__modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
modules := $(patsubst %.o,%.ko, $(wildcard $(__modules:.ko=.o)))

# Stop after building .o files if NOFINAL is set. Makes compile tests quicker
Expand Down

0 comments on commit 9920c7d

Please sign in to comment.