Makefile revision 56b2bdd1f04d465cfe4a95b88ae5cba5884154e4
7321N/A#
7321N/A# This file and its contents are supplied under the terms of the
7321N/A# Common Development and Distribution License ("CDDL"), version 1.0.
7321N/A# You may only use this file in accordance with the terms of version
7321N/A# 1.0 of the CDDL.
7321N/A#
7321N/A# A full copy of the text of the CDDL should have accompanied this
7321N/A# source. A copy of the CDDL is also available via the Internet at
7321N/A# http://www.illumos.org/license/CDDL.
7321N/A#
7321N/A
7321N/A#
7321N/A# Copyright (c) 2013 by Chelsio Communications, Inc. All rights reserved.
7321N/A#
7321N/A
7321N/A#
7321N/A# This makefile drives the production of the Chelsio Terminator 4 10G Ethernet
7321N/A# (CXGBE) driver modules on x86 systems.
7321N/A#
7321N/A
7321N/AUTSBASE = ../..
7321N/A
7321N/Ainclude $(UTSBASE)/intel/Makefile.intel
7321N/A
7321N/A.KEEP_STATE:
7321N/A
7321N/ASUBDIRS= t4nex cxgbe
7321N/A
7321N/Aall def clean clobber lint modlintlib clean.lint install: $(SUBDIRS)
7321N/A
7321N/A$(SUBDIRS): FRC
7321N/A @cd $@; pwd; $(MAKE) $(TARGET)
7321N/A
7321N/AFRC:
7321N/A
7321N/A#
7321N/A# Include common targets.
7321N/A#
7321N/Ainclude $(UTSBASE)/intel/Makefile.targ
7321N/A