1*301d732bSRobert Mustacchi# 2*301d732bSRobert Mustacchi# This file and its contents are supplied under the terms of the 3*301d732bSRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0. 4*301d732bSRobert Mustacchi# You may only use this file in accordance with the terms of version 5*301d732bSRobert Mustacchi# 1.0 of the CDDL. 6*301d732bSRobert Mustacchi# 7*301d732bSRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this 8*301d732bSRobert Mustacchi# source. A copy of the CDDL is also available via the Internet at 9*301d732bSRobert Mustacchi# http://www.illumos.org/license/CDDL. 10*301d732bSRobert Mustacchi# 11*301d732bSRobert Mustacchi 12*301d732bSRobert Mustacchi# 13*301d732bSRobert Mustacchi# Copyright (c) 2017, Joyent, Inc. 14*301d732bSRobert Mustacchi# 15*301d732bSRobert Mustacchi 16*301d732bSRobert MustacchiMODULE = nic 17*301d732bSRobert MustacchiCLASS = common 18*301d732bSRobert MustacchiSHAREDMODULE = shared 19*301d732bSRobert Mustacchi 20*301d732bSRobert MustacchiMODULESRCS = topo_nic.c 21*301d732bSRobert MustacchiSHAREDSRCS = topo_port.c topo_transceiver.c 22*301d732bSRobert Mustacchi 23*301d732bSRobert Mustacchiinclude ../../../Makefile.plugin 24*301d732bSRobert Mustacchi 25*301d732bSRobert MustacchiCPPFLAGS += -I../../shared 26*301d732bSRobert MustacchiLDLIBS += -ldevinfo -ldladm -lsff 27