Makefile.files (3ad684d66b78e06edd37e2c4fd3b3949f095194b) Makefile.files (0205780bc43902d17f94f07ceacb0cd8d5eab20f)
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

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

671
672WC_OBJS += wscons.o
673
674SCSI_OBJS += scsi_capabilities.o scsi_confsubr.o scsi_control.o \
675 scsi_data.o scsi_hba.o scsi_reset_notify.o \
676 scsi_resource.o scsi_subr.o scsi_transport.o scsi_watch.o \
677 sas_transport.o
678
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

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

671
672WC_OBJS += wscons.o
673
674SCSI_OBJS += scsi_capabilities.o scsi_confsubr.o scsi_control.o \
675 scsi_data.o scsi_hba.o scsi_reset_notify.o \
676 scsi_resource.o scsi_subr.o scsi_transport.o scsi_watch.o \
677 sas_transport.o
678
679SCSI_VHCI_OBJS += scsi_vhci.o mpapi_impl.o
679SCSI_VHCI_OBJS += scsi_vhci.o mpapi_impl.o scsi_vhci_tpgs.o
680
681SCSI_VHCI_F_SYM_OBJS += sym.o
682
683SCSI_VHCI_F_TPGS_OBJS += tpgs.o
684
685SCSI_VHCI_F_ASYM_SUN_OBJS += asym_sun.o
686
687SCSI_VHCI_F_SYM_HDS_OBJS += sym_hds.o
688
680
681SCSI_VHCI_F_SYM_OBJS += sym.o
682
683SCSI_VHCI_F_TPGS_OBJS += tpgs.o
684
685SCSI_VHCI_F_ASYM_SUN_OBJS += asym_sun.o
686
687SCSI_VHCI_F_SYM_HDS_OBJS += sym_hds.o
688
689SCSI_VHCI_F_TAPE_OBJS += tape.o
690
691SCSI_VHCI_F_TPGS_TAPE_OBJS += tpgs_tape.o
692
689SGEN_OBJS += sgen.o
690
691SMP_OBJS += smp.o
692
693SATA_OBJS += sata.o
694
695USBA_OBJS += hcdi.o usba.o usbai.o hubdi.o parser.o genconsole.o \
696 usbai_pipe_mgmt.o usbai_req.o usbai_util.o usbai_register.o \

--- 945 unchanged lines hidden ---
693SGEN_OBJS += sgen.o
694
695SMP_OBJS += smp.o
696
697SATA_OBJS += sata.o
698
699USBA_OBJS += hcdi.o usba.o usbai.o hubdi.o parser.o genconsole.o \
700 usbai_pipe_mgmt.o usbai_req.o usbai_util.o usbai_register.o \

--- 945 unchanged lines hidden ---