Makefile.files (193974072f41a843678abf5f61979c748687e66b) | Makefile.files (7eea693d6b672899726e75993fddc4e95b52647f) |
---|---|
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 --- 187 unchanged lines hidden (view full) --- 196ROOTNEX_OBJS += rootnex.o 197XPVTOD_OBJS += xpvtod.o 198XPV_AUTOCONFIG_OBJS += xpv_autoconfig.o 199XPV_PSM_OBJS += xpv_psm.o mp_platform_common.o apic_introp.o apic_regops.o psm_common.o 200XPV_UPPC_OBJS += xpv_uppc.o psm_common.o 201XENBUS_OBJS += xenbus_dev.o 202XENCONS_OBJS += xencons.o 203XPVD_OBJS += xpvd.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 --- 187 unchanged lines hidden (view full) --- 196ROOTNEX_OBJS += rootnex.o 197XPVTOD_OBJS += xpvtod.o 198XPV_AUTOCONFIG_OBJS += xpv_autoconfig.o 199XPV_PSM_OBJS += xpv_psm.o mp_platform_common.o apic_introp.o apic_regops.o psm_common.o 200XPV_UPPC_OBJS += xpv_uppc.o psm_common.o 201XENBUS_OBJS += xenbus_dev.o 202XENCONS_OBJS += xencons.o 203XPVD_OBJS += xpvd.o |
204XPVTAP_OBJS += xpvtap.o blk_common.o seg_mf.o |
|
204XNB_OBJS += xnb.o 205XNBE_OBJS += xnbe.o 206XNBO_OBJS += xnbo.o 207XNBU_OBJS += xnbu.o 208XNF_OBJS += xnf.o 209XSVC_OBJS += xsvc.o 210XDF_OBJS += xdf.o 211XDB_OBJS += xdb.o --- 38 unchanged lines hidden --- | 205XNB_OBJS += xnb.o 206XNBE_OBJS += xnbe.o 207XNBO_OBJS += xnbo.o 208XNBU_OBJS += xnbu.o 209XNF_OBJS += xnf.o 210XSVC_OBJS += xsvc.o 211XDF_OBJS += xdf.o 212XDB_OBJS += xdb.o --- 38 unchanged lines hidden --- |