xref: /illumos-gate/usr/src/cmd/cxgbetool/Makefile (revision 5661bb7641e85c46713da7a3002b29ecd2c3daf0)
15a9113e7SVishal Kulkarni#
25a9113e7SVishal Kulkarni# This file and its contents are supplied under the terms of the
35a9113e7SVishal Kulkarni# Common Development and Distribution License ("CDDL"), version 1.0.
45a9113e7SVishal Kulkarni# You may only use this file in accordance with the terms of version
55a9113e7SVishal Kulkarni# 1.0 of the CDDL.
65a9113e7SVishal Kulkarni#
75a9113e7SVishal Kulkarni# A full copy of the text of the CDDL should have accompanied this
85a9113e7SVishal Kulkarni# source.  A copy of the CDDL is also available via the Internet at
95a9113e7SVishal Kulkarni# http://www.illumos.org/license/CDDL.
105a9113e7SVishal Kulkarni#
115a9113e7SVishal Kulkarni
125a9113e7SVishal Kulkarni#
135a9113e7SVishal Kulkarni# Copyright (c) 2018 by Chelsio Communications, Inc.
145a9113e7SVishal Kulkarni#
15*5661bb76SJohn Levon# Copyright (c) 2018, Joyent, Inc.
16*5661bb76SJohn Levon
175a9113e7SVishal KulkarniPROG =  cxgbetool
185a9113e7SVishal Kulkarni
195a9113e7SVishal Kulkarniinclude ../Makefile.cmd
205a9113e7SVishal Kulkarni
215a9113e7SVishal KulkarniCFLAGS += $(CCVERBOSE) -I$(SRC)/uts/common/io/cxgbe/t4nex -I$(SRC)/uts/common/io/cxgbe/firmware
225a9113e7SVishal Kulkarni
23*5661bb76SJohn LevonSMOFF += all_func_returns
24*5661bb76SJohn Levon
255a9113e7SVishal Kulkarniall: $(PROG)
265a9113e7SVishal Kulkarni
275a9113e7SVishal Kulkarniinstall: all $(ROOTUSRSBINPROG)
285a9113e7SVishal Kulkarni
295a9113e7SVishal Kulkarniclean:
305a9113e7SVishal Kulkarni
315a9113e7SVishal Kulkarnilint: lint_PROG
325a9113e7SVishal Kulkarni
335a9113e7SVishal Kulkarniinclude ../Makefile.targ
34