Removed build system from master branch, will relocate to linux-zfs-branch

This commit is contained in:
Brian Behlendorf
2008-12-01 15:41:33 -08:00
parent 42baae9615
commit ef76e2f5ea
62 changed files with 0 additions and 962 deletions
-31
View File
@@ -1,31 +0,0 @@
subdir-m += include
DISTFILES = avl.c
MODULE := zavl
LIBRARY := libavl
# Compile as kernel module. Needed symlinks created for all
# k* objects created by top level configure script.
EXTRA_CFLAGS = @KERNELCPPFLAGS@
EXTRA_CFLAGS += -I@LIBDIR@/libavl/include
obj-m := ${MODULE}.o
${MODULE}-objs += kavl.o # Generic AVL 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@/libavl/include
hostprogs-y := zu
always := $(hostprogs-y)
zu-objs := zu.o ${LIBRARY}.so
${LIBRARY}-objs += uavl.o
-1
View File
@@ -1 +0,0 @@
subdir-m += sys
-1
View File
@@ -1 +0,0 @@
DISTFILES = avl.h avl_impl.h