Print this page
4185 New hash algorithm support
*** 22,31 ****
--- 22,34 ----
# 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 = ../..
*** 56,66 ****
#
# Overrides and depends_on
#
MODSTUBS_DIR = $(OBJS_DIR)
! LDFLAGS += -dy -Nfs/specfs -Ncrypto/swrand -Nmisc/idmap -Nmisc/sha2
INC_PATH += -I$(UTSBASE)/common/fs/zfs
INC_PATH += -I$(SRC)/common
INC_PATH += -I$(COMMONBASE)/zfs
--- 59,70 ----
#
# Overrides and depends_on
#
MODSTUBS_DIR = $(OBJS_DIR)
! LDFLAGS += -dy -Nfs/specfs -Ncrypto/swrand -Nmisc/idmap -Nmisc/sha2 \
! -Nmisc/skein -Nmisc/edonr
INC_PATH += -I$(UTSBASE)/common/fs/zfs
INC_PATH += -I$(SRC)/common
INC_PATH += -I$(COMMONBASE)/zfs