diff options
author | Brian Behlendorf <[email protected]> | 2008-12-01 15:41:33 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2008-12-01 15:41:33 -0800 |
commit | ef76e2f5ea42f9fab723ee79d17d69fe7caf1e13 (patch) | |
tree | 76b5bdcb01e1b3a4ad8ef476e54ba6d1ecf63e3b /zfs/lib/libnvpair | |
parent | 42baae9615b86e48e0c8c37eb83b409b8afa5e76 (diff) |
Removed build system from master branch, will relocate to linux-zfs-branch
Diffstat (limited to 'zfs/lib/libnvpair')
-rw-r--r-- | zfs/lib/libnvpair/Makefile.in | 34 | ||||
-rw-r--r-- | zfs/lib/libnvpair/include/Makefile.in | 2 | ||||
-rw-r--r-- | zfs/lib/libnvpair/include/sys/Makefile.in | 1 |
3 files changed, 0 insertions, 37 deletions
diff --git a/zfs/lib/libnvpair/Makefile.in b/zfs/lib/libnvpair/Makefile.in deleted file mode 100644 index 90599ca48..000000000 --- a/zfs/lib/libnvpair/Makefile.in +++ /dev/null @@ -1,34 +0,0 @@ -subdir-m += include -DISTFILES = libnvpair.c nvpair.c nvpair_alloc_fixed.c nvpair_alloc_system.c - -MODULE := znvpair -LIBRARY := libnvpair - -# Compile as kernel module. Needed symlinks created for all -# k* objects created by top level configure script. - -EXTRA_CFLAGS = @KERNELCPPFLAGS@ -EXTRA_CFLAGS += -I@LIBDIR@/libnvpair/include - -obj-m := ${MODULE}.o - -${MODULE}-objs += knvpair.o # Interfaces name/value pairs -${MODULE}-objs += nvpair_alloc_spl.o # Generic alloc/free support - -# Compile as shared library. There's an extra useless host program -# here called 'zu' because it was the easiest way I could convince -# the kernel build system to construct a user space shared library. - -HOSTCFLAGS += @HOSTCFLAGS@ -HOSTCFLAGS += -I@LIBDIR@/libsolcompat/include -HOSTCFLAGS += -I@LIBDIR@/libport/include -HOSTCFLAGS += -I@LIBDIR@/libnvpair/include - -hostprogs-y := zu -always := $(hostprogs-y) - -zu-objs := zu.o ${LIBRARY}.so - -${LIBRARY}-objs += unvpair.o -${LIBRARY}-objs += nvpair_alloc_system.o -${LIBRARY}-objs += libnvpair.o diff --git a/zfs/lib/libnvpair/include/Makefile.in b/zfs/lib/libnvpair/include/Makefile.in deleted file mode 100644 index d92f7114c..000000000 --- a/zfs/lib/libnvpair/include/Makefile.in +++ /dev/null @@ -1,2 +0,0 @@ -subdir-m += sys -DISTFILES = libnvpair.h diff --git a/zfs/lib/libnvpair/include/sys/Makefile.in b/zfs/lib/libnvpair/include/sys/Makefile.in deleted file mode 100644 index 4f970cea5..000000000 --- a/zfs/lib/libnvpair/include/sys/Makefile.in +++ /dev/null @@ -1 +0,0 @@ -DISTFILES = nvpair.h nvpair_impl.h |