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