xref: /illumos-gate/usr/src/uts/intel/ufmtest/Makefile (revision 0aaef2f550fa500248f59b0b8a14225b5afbd198)
1*508a0e8cSRob Johnston#
2*508a0e8cSRob Johnston# This file and its contents are supplied under the terms of the
3*508a0e8cSRob Johnston# Common Development and Distribution License ("CDDL"), version 1.0.
4*508a0e8cSRob Johnston# You may only use this file in accordance with the terms of version
5*508a0e8cSRob Johnston# 1.0 of the CDDL.
6*508a0e8cSRob Johnston#
7*508a0e8cSRob Johnston# A full copy of the text of the CDDL should have accompanied this
8*508a0e8cSRob Johnston# source.  A copy of the CDDL is also available via the Internet at
9*508a0e8cSRob Johnston# http://www.illumos.org/license/CDDL.
10*508a0e8cSRob Johnston#
11*508a0e8cSRob Johnston
12*508a0e8cSRob Johnston#
13*508a0e8cSRob Johnston# Copyright 2019 Joyent, Inc.
14*508a0e8cSRob Johnston#
15*508a0e8cSRob Johnston
16*508a0e8cSRob JohnstonUTSBASE	= ../..
17*508a0e8cSRob Johnston
18*508a0e8cSRob JohnstonMODULE = ufmtest
19*508a0e8cSRob JohnstonOBJECTS	= $(OBJS_DIR)/ufmtest.o
20*508a0e8cSRob JohnstonROOTMODULE = $(USR_DRV_DIR)/$(MODULE)
21*508a0e8cSRob JohnstonCONF_SRCDIR = $(UTSBASE)/common/io
22*508a0e8cSRob Johnston
23*508a0e8cSRob Johnstoninclude $(UTSBASE)/intel/Makefile.intel
24*508a0e8cSRob Johnston
25*508a0e8cSRob JohnstonALL_TARGET = $(BINARY) $(SRC_CONFILE)
26*508a0e8cSRob JohnstonINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
27*508a0e8cSRob Johnston
28*508a0e8cSRob Johnston.KEEP_STATE:
29*508a0e8cSRob Johnston
30*508a0e8cSRob Johnstondef: $(DEF_DEPS)
31*508a0e8cSRob Johnston
32*508a0e8cSRob Johnstonall: $(ALL_DEPS)
33*508a0e8cSRob Johnston
34*508a0e8cSRob Johnstonclean: $(CLEAN_DEPS)
35*508a0e8cSRob Johnston
36*508a0e8cSRob Johnstonclobber: $(CLOBBER_DEPS)
37*508a0e8cSRob Johnston
38*508a0e8cSRob Johnstoninstall: $(INSTALL_DEPS)
39*508a0e8cSRob Johnston
40*508a0e8cSRob Johnstoninclude $(UTSBASE)/intel/Makefile.targ
41