Makefile.files (2fcbc377) Makefile.files (d73ae94e)
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

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

1255UHCI_OBJS += uhci.o uhciutil.o uhcitgt.o uhcihub.o uhcipolled.o
1256
1257EHCI_OBJS += ehci.o ehci_hub.o ehci_xfer.o ehci_intr.o ehci_util.o ehci_polled.o ehci_isoch.o ehci_isoch_util.o
1258
1259HUBD_OBJS += hubd.o
1260
1261USB_MID_OBJS += usb_mid.o
1262
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

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

1255UHCI_OBJS += uhci.o uhciutil.o uhcitgt.o uhcihub.o uhcipolled.o
1256
1257EHCI_OBJS += ehci.o ehci_hub.o ehci_xfer.o ehci_intr.o ehci_util.o ehci_polled.o ehci_isoch.o ehci_isoch_util.o
1258
1259HUBD_OBJS += hubd.o
1260
1261USB_MID_OBJS += usb_mid.o
1262
1263USB_IA_OBJS += usb_ia.o
1264
1263SCSA2USB_OBJS += scsa2usb.o usb_ms_bulkonly.o usb_ms_cbi.o
1264
1265PHX_OBJS += phx.o
1266
1267IPF_OBJS += ip_fil_solaris.o fil.o solaris.o ip_state.o ip_frag.o ip_nat.o \
1268 ip_proxy.o ip_auth.o ip_pool.o ip_htable.o ip_lookup.o \
1269 ip_log.o misc.o
1270

--- 66 unchanged lines hidden ---
1265SCSA2USB_OBJS += scsa2usb.o usb_ms_bulkonly.o usb_ms_cbi.o
1266
1267PHX_OBJS += phx.o
1268
1269IPF_OBJS += ip_fil_solaris.o fil.o solaris.o ip_state.o ip_frag.o ip_nat.o \
1270 ip_proxy.o ip_auth.o ip_pool.o ip_htable.o ip_lookup.o \
1271 ip_log.o misc.o
1272

--- 66 unchanged lines hidden ---