usr/src/uts/intel/amr/Makefile
changeset 1325 6cca126e26d1
parent 949 807ec422f5ba
child 3066 2a2af34f0642
equal deleted inserted replaced
1324:3b31c5d007bf 1325:6cca126e26d1
     1 #
     1 #
     2 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
     2 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     3 # Use is subject to license terms.
     3 # Use is subject to license terms.
     4 #
     4 #
     5 # ident	"%Z%%M%	%I%	%E% SMI"
     5 # ident	"%Z%%M%	%I%	%E% SMI"
     6 #
     6 #
     7 #	This makefile drives the production of the amr driver kernel module.
     7 #	This makefile drives the production of the amr driver kernel module.
    36 INSTALL_TARGET	= $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
    36 INSTALL_TARGET	= $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
    37 
    37 
    38 #
    38 #
    39 #	Overrides
    39 #	Overrides
    40 #
    40 #
    41 CFLAGS_CPP_COMMENTS = -xCC
       
    42 $(__GNUC)CFLAGS_CPP_COMMENTS =
       
    43 
       
    44 CFLAGS += $(CFLAGS_CPP_COMMENTS)
       
    45 
    41 
    46 #
    42 #
    47 #	Default build targets.
    43 #	Default build targets.
    48 #
    44 #
    49 #.KEEP_STATE:
    45 .KEEP_STATE:
    50 
    46 
    51 def:		$(DEF_DEPS)
    47 def:		$(DEF_DEPS)
    52 
    48 
    53 all:		$(ALL_DEPS)
    49 all:		$(ALL_DEPS)
    54 
    50