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
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
24 #
25 # Copyright (c) 2010, Intel Corporation.
26 #
27 # This Makefile defines file modules in the directory uts/i86pc
28 # and its children. These are the source files which are i86pc
29 # "implementation architecture" dependent.
30 #
31
32 #
33 # object lists
34 #
35 CORE_OBJS += \
36 acpi_stubs.o \
37 biosdisk.o \
38 bios_call.o \
39 cbe.o \
40 cmi.o \
41 cmi_hw.o \
42 cms.o \
43 confunix.o \
44 cpu_idle.o \
45 cpuid.o \
46 cpuid_subr.o \
47 cpupm.o \
48 cpupm_mach.o \
49 cpupm_amd.o \
50 cpupm_intel.o \
51 cpupm_throttle.o \
52 cpu_acpi.o \
53 dis_tables.o \
54 ddi_impl.o \
55 dtrace_subr.o \
56 dvma.o \
57 fpu_subr.o \
58 fakebop.o \
59 fastboot.o \
60 fb_swtch.o \
61 graphics.o \
62 hardclk.o \
|
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
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
24 #
25 # Copyright (c) 2010, Intel Corporation.
26 # Copyright 2016 Joyent, Inc.
27 #
28 # This Makefile defines file modules in the directory uts/i86pc
29 # and its children. These are the source files which are i86pc
30 # "implementation architecture" dependent.
31 #
32
33 #
34 # object lists
35 #
36 CORE_OBJS += \
37 acpi_stubs.o \
38 biosdisk.o \
39 bios_call.o \
40 cbe.o \
41 cmi.o \
42 cmi_hw.o \
43 cms.o \
44 comm_page.o \
45 confunix.o \
46 cpu_idle.o \
47 cpuid.o \
48 cpuid_subr.o \
49 cpupm.o \
50 cpupm_mach.o \
51 cpupm_amd.o \
52 cpupm_intel.o \
53 cpupm_throttle.o \
54 cpu_acpi.o \
55 dis_tables.o \
56 ddi_impl.o \
57 dtrace_subr.o \
58 dvma.o \
59 fpu_subr.o \
60 fakebop.o \
61 fastboot.o \
62 fb_swtch.o \
63 graphics.o \
64 hardclk.o \
|