Merge commit 'refs/top-bases/linux-legacy' into linux-legacy
This commit is contained in:
commit
1d43bad922
|
@ -4,11 +4,17 @@ subdir-m += unicode
|
|||
subdir-m += zcommon
|
||||
subdir-m += zfs
|
||||
|
||||
modules clean:
|
||||
modules:
|
||||
# Make the exported SPL symbols available to these modules.
|
||||
cp @SPL_OBJ@/@SPL_SYMBOLS@ .
|
||||
$(MAKE) -C @LINUX_OBJ@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ $@
|
||||
|
||||
clean:
|
||||
$(MAKE) -C @LINUX_OBJ@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ $@
|
||||
if [ -f @SPL_SYMBOLS@ ]; then $(RM) @SPL_SYMBOLS@; fi
|
||||
if [ -f @LINUX_SYMBOLS@ ]; then $(RM) @LINUX_SYMBOLS@; fi
|
||||
if [ -f Module.markers ]; then $(RM) Module.markers; fi
|
||||
|
||||
modules_install:
|
||||
$(MAKE) -C @LINUX_OBJ@ SUBDIRS=`pwd` \
|
||||
INSTALL_MOD_PATH=$(DESTDIR) \
|
||||
|
|
Loading…
Reference in New Issue