xref: /illumos-gate/usr/src/uts/intel/zen_umc/Makefile (revision 71815ce76261aa773c97600750fdce92334d1990)
1*71815ce7SRobert Mustacchi#
2*71815ce7SRobert Mustacchi# This file and its contents are supplied under the terms of the
3*71815ce7SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0.
4*71815ce7SRobert Mustacchi# You may only use this file in accordance with the terms of version
5*71815ce7SRobert Mustacchi# 1.0 of the CDDL.
6*71815ce7SRobert Mustacchi#
7*71815ce7SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this
8*71815ce7SRobert Mustacchi# source.  A copy of the CDDL is also available via the Internet at
9*71815ce7SRobert Mustacchi# http://www.illumos.org/license/CDDL.
10*71815ce7SRobert Mustacchi#
11*71815ce7SRobert Mustacchi
12*71815ce7SRobert Mustacchi#
13*71815ce7SRobert Mustacchi# Copyright 2022 Oxide Computer Company
14*71815ce7SRobert Mustacchi#
15*71815ce7SRobert Mustacchi
16*71815ce7SRobert MustacchiUTSBASE = ../..
17*71815ce7SRobert Mustacchi
18*71815ce7SRobert MustacchiMODULE		= zen_umc
19*71815ce7SRobert MustacchiOBJECTS		= $(ZEN_UMC_OBJS:%=$(OBJS_DIR)/%)
20*71815ce7SRobert MustacchiROOTMODULE	= $(ROOT_DRV_DIR)/$(MODULE)
21*71815ce7SRobert Mustacchi
22*71815ce7SRobert Mustacchiinclude $(UTSBASE)/intel/Makefile.intel
23*71815ce7SRobert Mustacchi
24*71815ce7SRobert MustacchiALL_TARGET	= $(BINARY)
25*71815ce7SRobert MustacchiINSTALL_TARGET	= $(BINARY) $(ROOTMODULE)
26*71815ce7SRobert MustacchiCPPFLAGS	+= -I$(UTSBASE)/intel/io/amdzen
27*71815ce7SRobert MustacchiLDFLAGS		+= -Ndrv/amdzen
28*71815ce7SRobert Mustacchi
29*71815ce7SRobert Mustacchi.KEEP_STATE:
30*71815ce7SRobert Mustacchi
31*71815ce7SRobert Mustacchidef:		$(DEF_DEPS)
32*71815ce7SRobert Mustacchi
33*71815ce7SRobert Mustacchiall:		$(ALL_DEPS)
34*71815ce7SRobert Mustacchi
35*71815ce7SRobert Mustacchiclean:		$(CLEAN_DEPS)
36*71815ce7SRobert Mustacchi
37*71815ce7SRobert Mustacchiclobber:	$(CLOBBER_DEPS)
38*71815ce7SRobert Mustacchi
39*71815ce7SRobert Mustacchiinstall:	$(INSTALL_DEPS)
40*71815ce7SRobert Mustacchi
41*71815ce7SRobert Mustacchiinclude $(UTSBASE)/intel/Makefile.targ
42