Skip to content

Commit

Permalink
s: main; mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 6, 2022
1 parent f5456a2 commit 9a8546c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ endif
FMAKE = env -u MAKEFLAGS make $(FMAKEFLAGS)

modules-Linux:
mkdir -p $(sort $(dir $(spl-objs) $(spl-)))
mkdir -p $(sort $(dir $(zfs-objs) $(zfs-)))
$(MAKE) -C @LINUX_OBJ@ $(if @KERNEL_CC@,CC=@KERNEL_CC@) \
$(if @KERNEL_LD@,LD=@KERNEL_LD@) $(if @KERNEL_LLVM@,LLVM=@KERNEL_LLVM@) \
M="$$PWD" @KERNEL_MAKE@ CONFIG_ZFS=m modules
Expand Down

0 comments on commit 9a8546c

Please sign in to comment.