Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77952
b: refs/heads/master
c: 9b21311
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg committed Jan 28, 2008
1 parent a1c4487 commit f576784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7998a731664ac4988b349e70669bac11e3b3a3ac
refs/heads/master: 9b213118fa4b79afe9a2718faca244ac581a96b6
2 changes: 1 addition & 1 deletion trunk/scripts/Makefile.modinst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ quiet_cmd_modules_install = INSTALL $@

# Modules built outside the kernel source tree go into extra by default
INSTALL_MOD_DIR ?= extra
ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(KBUILD_EXTMOD),,$(@D))
ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))

modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))

Expand Down

0 comments on commit f576784

Please sign in to comment.