Print this page
4185 New hash algorithm support
@@ -22,10 +22,13 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# This makefile drives the production of the zfs file system
# kernel module.
+#
+# Copyright 2013 Saso Kiselkov. All rights reserved.
+#
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../..
@@ -60,11 +63,11 @@
# We require sched/SDC because by the time vfs_mountroot() runs,
# we can no longer load modules through OBP.
#
MODSTUBS_DIR = $(OBJS_DIR)
LDFLAGS += -dy -Nfs/specfs -Ncrypto/swrand -Nmisc/idmap \
- -Nsched/SDC -Nmisc/sha2
+ -Nsched/SDC -Nmisc/sha2 -Nmisc/skein -Nmisc/edonr
INC_PATH += -I$(UTSBASE)/common/fs/zfs
INC_PATH += -I$(SRC)/common
INC_PATH += -I$(COMMONBASE)/zfs