Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2008-12-11 15:19:18 -08:00
commit a1fbd1907e
11 changed files with 2 additions and 14 deletions

View File

@ -120,5 +120,6 @@ AC_CONFIG_FILES([ Makefile
cmd/zinject/Makefile
cmd/zpool/Makefile
cmd/ztest/Makefile
cmd/zpios/Makefile
])
AC_OUTPUT

View File

@ -1,4 +1,4 @@
subdir-m = avl nvpair zcommon zfs
subdir-m = avl nvpair zcommon zfs zpios
# Make the exported SPL symbols available to these modules.
# Unfortunately there is not a cleaner way to do this, modpost

View File

@ -1,13 +0,0 @@
DISTFILES = Makefile.in *.c zpios.h
CMD := zpios
HOSTCFLAGS += @HOSTCFLAGS@
HOSTCFLAGS += -I@CMDDIR@/lzpios
HOSTCFLAGS += -I@LIBDIR@/libzpios/include
hostprogs-y := ${CMD}
always := $(hostprogs-y)
${CMD}-objs += zpios_main.o
${CMD}-objs += zpios_util.o