usr/src/uts/intel/nfs/Makefile
changeset 806 849fb015aa25
parent 0 68f95e015346
child 967 cf6233442405
equal deleted inserted replaced
805:3946c495718a 806:849fb015aa25
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 #
    22 #
    23 # uts/intel/nfs/Makefile
    23 # uts/intel/nfs/Makefile
    24 #
    24 #
    25 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
    25 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
    26 # Use is subject to license terms.
    26 # Use is subject to license terms.
    27 #
    27 #
    28 #pragma ident	"%Z%%M%	%I%	%E% SMI"
    28 #pragma ident	"%Z%%M%	%I%	%E% SMI"
    29 #
    29 #
    30 #	This makefile drives the production of the nfs file system
    30 #	This makefile drives the production of the nfs file system
    60 INSTALL_TARGET	= $(BINARY) $(ROOTMODULE) $(ROOTLINK)
    60 INSTALL_TARGET	= $(BINARY) $(ROOTMODULE) $(ROOTLINK)
    61 
    61 
    62 #
    62 #
    63 #	Overrides.
    63 #	Overrides.
    64 #
    64 #
       
    65 VOLFH_debug32	= -DVOLATILE_FH_TEST
       
    66 VOLFH_debug64	= -DVOLATILE_FH_TEST
       
    67 VOLFH_obj32	=
       
    68 VOLFH_obj64	=
       
    69 
    65 MODSTUBS_DIR	 = $(OBJS_DIR)
    70 MODSTUBS_DIR	 = $(OBJS_DIR)
    66 $(MODSTUBS_O)	:= AS_CPPFLAGS += -DNFS_MODULE
    71 $(MODSTUBS_O)	:= AS_CPPFLAGS += -DNFS_MODULE
    67 CLEANFILES	+= $(MODSTUBS_O)
    72 CLEANFILES	+= $(MODSTUBS_O)
       
    73 CFLAGS		+= $(VOLFH_$(OBJS_DIR))
    68 
    74 
    69 #
    75 #
    70 #	Default build targets.
    76 #	Default build targets.
    71 #
    77 #
    72 .KEEP_STATE:
    78 .KEEP_STATE: