13cb4cf2cSRobert Mustacchi# 23cb4cf2cSRobert Mustacchi# This file and its contents are supplied under the terms of the 33cb4cf2cSRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0. 43cb4cf2cSRobert Mustacchi# You may only use this file in accordance with the terms of version 53cb4cf2cSRobert Mustacchi# 1.0 of the CDDL. 63cb4cf2cSRobert Mustacchi# 73cb4cf2cSRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this 83cb4cf2cSRobert Mustacchi# source. A copy of the CDDL is also available via the Internet at 93cb4cf2cSRobert Mustacchi# http://www.illumos.org/license/CDDL. 103cb4cf2cSRobert Mustacchi# 113cb4cf2cSRobert Mustacchi 123cb4cf2cSRobert Mustacchi# 13*09aee612SRyan Zezeski# Copyright 2018 Joyent, Inc. 143cb4cf2cSRobert Mustacchi# 153cb4cf2cSRobert Mustacchi 163cb4cf2cSRobert MustacchiMODULE = i40e.so 173cb4cf2cSRobert MustacchiMDBTGT = kvm 183cb4cf2cSRobert Mustacchi 193cb4cf2cSRobert MustacchiMODSRCS = i40e.c 203cb4cf2cSRobert Mustacchi 213cb4cf2cSRobert Mustacchiinclude ../../../../../Makefile.cmd 223cb4cf2cSRobert Mustacchiinclude ../../../../../Makefile.cmd.64 233cb4cf2cSRobert Mustacchiinclude ../../../Makefile.amd64 243cb4cf2cSRobert Mustacchiinclude ../../../../Makefile.module 253cb4cf2cSRobert Mustacchi 26*09aee612SRyan ZezeskiCPPFLAGS += -I$(SRC)/cmd/mdb/common 273cb4cf2cSRobert MustacchiCPPFLAGS += -I$(SRC)/uts/common/io/i40e 283cb4cf2cSRobert MustacchiCPPFLAGS += -I$(SRC)/uts/common/io/i40e/core 293cb4cf2cSRobert MustacchiCPPFLAGS += -I$(SRC)/uts/common 303cb4cf2cSRobert MustacchiCPPFLAGS += -D_I40E_MDB_DMOD 31