Makefile.files (2449e17f) Makefile.files (5cff7825)
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

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

36CORE_OBJS += \
37 beeper.o \
38 biosdisk.o \
39 bios_call.o \
40 cbe.o \
41 cmi.o \
42 confunix.o \
43 cpuid.o \
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

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

36CORE_OBJS += \
37 beeper.o \
38 biosdisk.o \
39 bios_call.o \
40 cbe.o \
41 cmi.o \
42 confunix.o \
43 cpuid.o \
44 cpupm.o \
44 dis_tables.o \
45 ddi_impl.o \
46 dtrace_subr.o \
47 dvma.o \
48 fpu_subr.o \
49 fakebop.o \
50 graphics.o \
51 hardclk.o \

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

168include $(SRC)/common/mc/mc-amd/Makefile.mcamd
169MCAMD_OBJS += \
170 $(MCAMD_CMN_OBJS) \
171 mcamd_drv.o \
172 mcamd_dimmcfg.o \
173 mcamd_subr.o \
174 mcamd_pcicfg.o
175
45 dis_tables.o \
46 ddi_impl.o \
47 dtrace_subr.o \
48 dvma.o \
49 fpu_subr.o \
50 fakebop.o \
51 graphics.o \
52 hardclk.o \

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

169include $(SRC)/common/mc/mc-amd/Makefile.mcamd
170MCAMD_OBJS += \
171 $(MCAMD_CMN_OBJS) \
172 mcamd_drv.o \
173 mcamd_dimmcfg.o \
174 mcamd_subr.o \
175 mcamd_pcicfg.o
176
177CPUDRV_OBJS += cpudrv.o cpudrv_plat.o cpu_acpi.o speedstep.o
178CPUNEX_OBJS += cpunex.o
179PPM_OBJS += ppm_subr.o ppm.o ppm_plat.o
180
176ROOTNEX_OBJS += rootnex.o
177TZMON_OBJS += tzmon.o
178UPPC_OBJS += uppc.o psm_common.o
179XSVC_OBJS += xsvc.o
180
181#
182# Build up defines and paths.
183#

--- 31 unchanged lines hidden ---
181ROOTNEX_OBJS += rootnex.o
182TZMON_OBJS += tzmon.o
183UPPC_OBJS += uppc.o psm_common.o
184XSVC_OBJS += xsvc.o
185
186#
187# Build up defines and paths.
188#

--- 31 unchanged lines hidden ---