xref: /illumos-gate/usr/src/data/ucode/Makefile (revision dd03b475)
155908bd7SJohn Levon#
255908bd7SJohn Levon# This file and its contents are supplied under the terms of the
355908bd7SJohn Levon# Common Development and Distribution License ("CDDL"), version 1.0.
455908bd7SJohn Levon# You may only use this file in accordance with the terms of version
555908bd7SJohn Levon# 1.0 of the CDDL.
655908bd7SJohn Levon#
755908bd7SJohn Levon# A full copy of the text of the CDDL should have accompanied this
855908bd7SJohn Levon# source.  A copy of the CDDL is also available via the Internet at
955908bd7SJohn Levon# http://www.illumos.org/license/CDDL.
1055908bd7SJohn Levon#
1155908bd7SJohn Levon
1255908bd7SJohn Levon#
13*dd03b475SAndy Fiddaman# Copyright 2022 Oxide Computer Company
1455908bd7SJohn Levon#
1555908bd7SJohn Levon
16*dd03b475SAndy FiddamanSUBDIRS = intel amd
1755908bd7SJohn Levon
18*dd03b475SAndy Fiddamanall :=		TARGET=all
19*dd03b475SAndy Fiddamanclean :=	TARGET=clean
20*dd03b475SAndy Fiddamanclobber :=	TARGET=clobber
21*dd03b475SAndy Fiddamaninstall :=	TARGET=install
2255908bd7SJohn Levon
23*dd03b475SAndy Fiddaman.PARALLEL: $(SUBDIRS)
2455908bd7SJohn Levon
25*dd03b475SAndy Fiddaman.KEEP_STATE:
2655908bd7SJohn Levon
27*dd03b475SAndy Fiddamanall clean clobber install: $(SUBDIRS)
2855908bd7SJohn Levon
29*dd03b475SAndy Fiddaman$(SUBDIRS):	FRC
30*dd03b475SAndy Fiddaman		cd $@; pwd; $(MAKE) $(TARGET)
31a6a3654bSRichard Lowe
32*dd03b475SAndy FiddamanFRC:
33