xref: /illumos-gate/usr/src/data/ucode/amd/Makefile (revision dd03b475cb030673a110ddade24162f09801d116)
1*dd03b475SAndy Fiddaman#
2*dd03b475SAndy Fiddaman# This file and its contents are supplied under the terms of the
3*dd03b475SAndy Fiddaman# Common Development and Distribution License ("CDDL"), version 1.0.
4*dd03b475SAndy Fiddaman# You may only use this file in accordance with the terms of version
5*dd03b475SAndy Fiddaman# 1.0 of the CDDL.
6*dd03b475SAndy Fiddaman#
7*dd03b475SAndy Fiddaman# A full copy of the text of the CDDL should have accompanied this
8*dd03b475SAndy Fiddaman# source.  A copy of the CDDL is also available via the Internet at
9*dd03b475SAndy Fiddaman# http://www.illumos.org/license/CDDL.
10*dd03b475SAndy Fiddaman#
11*dd03b475SAndy Fiddaman
12*dd03b475SAndy Fiddaman#
13*dd03b475SAndy Fiddaman# Copyright 2019 Joyent, Inc.
14*dd03b475SAndy Fiddaman# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
15*dd03b475SAndy Fiddaman# Copyright 2022 Oxide Computer Company
16*dd03b475SAndy Fiddaman#
17*dd03b475SAndy Fiddaman
18*dd03b475SAndy FiddamanROOTUCODEPATH = $(ROOT)/platform/i86pc/ucode
19*dd03b475SAndy FiddamanAMD_FILES :sh= (print *-* container)
20*dd03b475SAndy Fiddaman
21*dd03b475SAndy Fiddamaninclude ../Makefile.com
22*dd03b475SAndy Fiddaman
23*dd03b475SAndy Fiddaman.PARALLEL:
24*dd03b475SAndy Fiddaman
25*dd03b475SAndy Fiddamanall clean:
26*dd03b475SAndy Fiddaman
27*dd03b475SAndy Fiddamaninstall: $(ROOTAMDFILES)
28*dd03b475SAndy Fiddaman
29*dd03b475SAndy Fiddamaninclude $(SRC)/data/Makefile.targ
30