usr/src/uts/sun4v/tpm/Makefile
changeset 14225 20c0ad5cefdf
parent 10473 d4ba6846fc3e
equal deleted inserted replaced
14224:85a6c280af72 14225:20c0ad5cefdf
    69 
    69 
    70 # This is for everything except /usr/include/tss
    70 # This is for everything except /usr/include/tss
    71 CPPFLAGS	+= -I$(ROOT)/usr/include
    71 CPPFLAGS	+= -I$(ROOT)/usr/include
    72 
    72 
    73 # This is for /usr/include/tss/, which is not built in the ON consolidation
    73 # This is for /usr/include/tss/, which is not built in the ON consolidation
    74 CPPFLAGS        += -I/usr/include
    74 CPPFLAGS        += -I$(ADJUNCT_PROTO)/usr/include
    75 
    75 
    76 LDFLAGS += -dy -Nmisc/kcf
    76 LDFLAGS += -dy -Nmisc/kcf
    77 
    77 
    78 #
    78 #
    79 # For now, disable these lint checks; maintainers should endeavor
    79 # For now, disable these lint checks; maintainers should endeavor