Makefile (0aaef2f5) Makefile (281939df)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 8 unchanged lines hidden (view full) ---

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23# Use is subject to license terms.
24# Copyright 2019 Joyent, Inc.
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 8 unchanged lines hidden (view full) ---

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23# Use is subject to license terms.
24# Copyright 2019 Joyent, Inc.
25# Copyright 2021 Oxide Computer Company
25#
26#
27# This Makefile builds the AMD Opteron/Athlon64 Performance Counter BackEnd.
28#
29
30UTSBASE = ../..
31
32#
33# The following objects are autogenerated by cpcgen.
34#
35CPCGEN_OBJS = \
36 opteron_pcbe_f17h_zen1.o \
26#
27#
28# This Makefile builds the AMD Opteron/Athlon64 Performance Counter BackEnd.
29#
30
31UTSBASE = ../..
32
33#
34# The following objects are autogenerated by cpcgen.
35#
36CPCGEN_OBJS = \
37 opteron_pcbe_f17h_zen1.o \
37 opteron_pcbe_f17h_zen2.o
38 opteron_pcbe_f17h_zen2.o \
39 opteron_pcbe_f19h_zen3.o
38
39CPCGEN_COMMON = opteron_pcbe_cpcgen.h
40CPCGEN_CMD = $(CPCGEN) -d $(SRC)/data/amdpmc -o .
41CPCGEN_SRCS = $(CPCGEN_OBJS:%.o=%.c) opteron_pcbe_cpcgen.h
42
43
44#
45# Define module and object file sets.

--- 52 unchanged lines hidden ---
40
41CPCGEN_COMMON = opteron_pcbe_cpcgen.h
42CPCGEN_CMD = $(CPCGEN) -d $(SRC)/data/amdpmc -o .
43CPCGEN_SRCS = $(CPCGEN_OBJS:%.o=%.c) opteron_pcbe_cpcgen.h
44
45
46#
47# Define module and object file sets.

--- 52 unchanged lines hidden ---