usr/src/uts/sparc/spppcomp/Makefile
changeset 13452 6bec9720e054
parent 3886 3291401d66a6
child 13834 58bc6f85b799
equal deleted inserted replaced
13451:4349f1403dad 13452:6bec9720e054
    21 #
    21 #
    22 # uts/sparc/spppcomp/Makefile
    22 # uts/sparc/spppcomp/Makefile
    23 #
    23 #
    24 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
    24 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
    25 # Use is subject to license terms.
    25 # Use is subject to license terms.
    26 #
    26 # Copyright (c) 2011 Bayard G. Bell. All rights reserved.
    27 #ident	"%Z%%M%	%I%	%E% SMI"
       
    28 #
    27 #
    29 #	This makefile drives the production of the spppcomp STREAMS 
    28 #	This makefile drives the production of the spppcomp STREAMS 
    30 #	kernel module.
    29 #	kernel module.
    31 #
    30 #
    32 #	sparc architecture dependent
    31 #	sparc architecture dependent
    65 # 
    64 # 
    66 #	Additional compiler definitions
    65 #	Additional compiler definitions
    67 # 
    66 # 
    68 INC_PATH	+= -I$(UTSBASE)/common/io/ppp/common
    67 INC_PATH	+= -I$(UTSBASE)/common/io/ppp/common
    69 CFLAGS		+= $(CCVERBOSE)
    68 CFLAGS		+= $(CCVERBOSE)
       
    69 
       
    70 #
       
    71 # Define dependency on sppp
       
    72 #
       
    73 LDFLAGS += -dy -N drv/sppp
    70 
    74 
    71 CLEANLINTFILES  += $(LINT64_FILES)
    75 CLEANLINTFILES  += $(LINT64_FILES)
    72 
    76 
    73 #
    77 #
    74 # For now, disable these lint checks; maintainers should endeavor
    78 # For now, disable these lint checks; maintainers should endeavor