Makefile.files (110e73f9) Makefile.files (b65731f1)
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

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

75ROOTNEX_OBJS += rootnex.o
76PX_OBJS += px.o px_cb.o px_debug.o px_devctl.o px_dma.o \
77 px_fdvma.o px_fm.o px_ib.o px_intr.o px_mmu.o px_msi.o \
78 px_msiq.o px_pec.o px_space.o px_tools.o px_util.o \
79 pcie_pwr.o
80FPC_OBJS += fpc.o fpc-impl.o fpc-kstats.o
81VIS_OBJS += visinstr.o
82TOD_OBJS += tod.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

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

75ROOTNEX_OBJS += rootnex.o
76PX_OBJS += px.o px_cb.o px_debug.o px_devctl.o px_dma.o \
77 px_fdvma.o px_fm.o px_ib.o px_intr.o px_mmu.o px_msi.o \
78 px_msiq.o px_pec.o px_space.o px_tools.o px_util.o \
79 pcie_pwr.o
80FPC_OBJS += fpc.o fpc-impl.o fpc-kstats.o
81VIS_OBJS += visinstr.o
82TOD_OBJS += tod.o
83FCODE_OBJS += fcode.o
84FCODEM_OBJS += fc_ddi.o fc_physio.o fc_ops.o fc_subr.o
85FCPCI_OBJS += fcpci.o
86EBUS_OBJS += ebus.o
87SU_OBJS += su_driver.o
88
89#
90# Misc modules
91#
92CONSCONFIG_SUN4_OBJS += consconfig.o consplat.o consconfig_util.o
93CONSCONFIG_DACF_OBJS += consconfig_dacf.o

--- 18 unchanged lines hidden ---
83EBUS_OBJS += ebus.o
84SU_OBJS += su_driver.o
85
86#
87# Misc modules
88#
89CONSCONFIG_SUN4_OBJS += consconfig.o consplat.o consconfig_util.o
90CONSCONFIG_DACF_OBJS += consconfig_dacf.o

--- 18 unchanged lines hidden ---