mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Add build system
Add autoconf style build infrastructure to the ZFS tree. This includes autogen.sh, configure.ac, m4 macros, some scripts/*, and makefiles for all the core ZFS components.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
MODULE := zavl
|
||||
|
||||
EXTRA_CFLAGS = -I@MODDIR@/avl/include
|
||||
EXTRA_CFLAGS += @KERNELCPPFLAGS@
|
||||
|
||||
obj-m := ${MODULE}.o
|
||||
|
||||
${MODULE}-objs += avl.o
|
||||
Reference in New Issue
Block a user