xref: /illumos-gate/usr/src/uts/intel/sys/Makefile.psm (revision 7c8c0b82)
1*7c8c0b82SPatrick Mooney#
2eb9a1df2SHans Rosenfeld# This file and its contents are supplied under the terms of the
3eb9a1df2SHans Rosenfeld# Common Development and Distribution License ("CDDL"), version 1.0.
4eb9a1df2SHans Rosenfeld# You may only use this file in accordance with the terms of version
5eb9a1df2SHans Rosenfeld# 1.0 of the CDDL.
6eb9a1df2SHans Rosenfeld#
7eb9a1df2SHans Rosenfeld# A full copy of the text of the CDDL should have accompanied this
8eb9a1df2SHans Rosenfeld# source.  A copy of the CDDL is also available via the Internet at
9eb9a1df2SHans Rosenfeld# http://www.illumos.org/license/CDDL.
10eb9a1df2SHans Rosenfeld#
11eb9a1df2SHans Rosenfeld
12eb9a1df2SHans Rosenfeld#
13*7c8c0b82SPatrick Mooney# Copyright 2022 Oxide Computer Company
14eb9a1df2SHans Rosenfeld#
15eb9a1df2SHans Rosenfeld
16*7c8c0b82SPatrick Mooney# HMA and SMT-exclusion headers are used by and exposed (via system-header) by
17*7c8c0b82SPatrick Mooney# the various machine architectures.
18*7c8c0b82SPatrick Mooney
19*7c8c0b82SPatrick MooneyPSM_SHARED_HDRS = \
20*7c8c0b82SPatrick Mooney	hma.h		\
21*7c8c0b82SPatrick Mooney	smt.h		\
22*7c8c0b82SPatrick Mooney	smt_machcpu.h
23*7c8c0b82SPatrick Mooney
24*7c8c0b82SPatrick MooneyPSM_SHARED_HDR_DIR = $(UTSBASE)/intel/sys
25*7c8c0b82SPatrick Mooney
26*7c8c0b82SPatrick Mooney$(USR_PSM_ISYS_DIR)/%: $(PSM_SHARED_HDR_DIR)/% $(USR_PSM_ISYS_DIR)
27*7c8c0b82SPatrick Mooney	$(INS.file)
28