Skip to content

Commit

Permalink
Merge pull request openzfs#510 from delphix/projects/merge-upstream/m…
Browse files Browse the repository at this point in the history
…aster

Merge remote-tracking branch '6.0/stage' into 'master'
  • Loading branch information
Prakash Surya authored Jul 11, 2022
2 parents 2c0a87a + fdb37b5 commit 6eb5524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ modules_install-Linux: modules_uninstall-Linux-legacy
@# Delphix-specific: split debug info
kmoddir=$(INSTALL_MOD_PATH)$(LINUX_MOD_DIR); \
debugdir=$(INSTALL_MOD_PATH)$(LINUX_DEBUG_MOD_DIR); \
for module in $$(find . -name *.ko); do \
for module in $$(find . -name '*.ko'); do \
mkdir -p $$debugdir/$(INSTALL_MOD_DIR)/$$(dirname $$module); \
cp $$kmoddir/$(INSTALL_MOD_DIR)/$$module $$debugdir/$(INSTALL_MOD_DIR)/$$module; \
strip --strip-debug $$kmoddir/$(INSTALL_MOD_DIR)/$$module; \
Expand Down

0 comments on commit 6eb5524

Please sign in to comment.