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