xref: /illumos-gate/usr/src/lib/fm/topo/modules/common/ufm/Makefile (revision 744642a2e129e386f3b3718abdfedc2ba3e38716)
1*744642a2SRobert Mustacchi#
2*744642a2SRobert Mustacchi# This file and its contents are supplied under the terms of the
3*744642a2SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0.
4*744642a2SRobert Mustacchi# You may only use this file in accordance with the terms of version
5*744642a2SRobert Mustacchi# 1.0 of the CDDL.
6*744642a2SRobert Mustacchi#
7*744642a2SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this
8*744642a2SRobert Mustacchi# source.  A copy of the CDDL is also available via the Internet at
9*744642a2SRobert Mustacchi# http://www.illumos.org/license/CDDL.
10*744642a2SRobert Mustacchi#
11*744642a2SRobert Mustacchi
12*744642a2SRobert Mustacchi#
13*744642a2SRobert Mustacchi# Copyright 2023 Oxide Computer Company
14*744642a2SRobert Mustacchi#
15*744642a2SRobert Mustacchi
16*744642a2SRobert MustacchiMODULE = ufm
17*744642a2SRobert MustacchiCLASS = common
18*744642a2SRobert Mustacchi
19*744642a2SRobert MustacchiMODULESRCS = topo_ufm.c
20*744642a2SRobert Mustacchi
21*744642a2SRobert Mustacchiinclude ../../Makefile.plugin
22