Makefile revision 9d26e4fc021e249c93c2861629cc665e4f5bd4d6
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# This file and its contents are supplied under the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may only use this file in accordance with the terms of version
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# 1.0 of the CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# A full copy of the text of the CDDL should have accompanied this
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# source. A copy of the CDDL is also available via the Internet at
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2016 Joyent, Inc.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweOBJECTS = $(I40E_OBJS:%=$(OBJS_DIR)/%) $(I40E_INTC_OBJS:%=$(OBJS_DIR)/%)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# The Intel common code defines some values in header files that end up in all
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# of our objects. Therefore we don't try to lint for that.