Makefile.files (c35aa225b9ae500f1d14f0d39a94f1eb6cda333d) | Makefile.files (75ab5f91d942eea4138efe4799ca0589870c3899) |
---|---|
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 --- 198 unchanged lines hidden (view full) --- 207 acpi_tab.o acpi_thr.o acpi_val.o \ 208 acpi_exc.o acpi_bst.o acpi_node.o acpi_stk.o acpi_par.o 209 210AGP_OBJS += agpmaster.o 211FBT_OBJS += fbt.o 212SDT_OBJS += sdt.o 213 214# | 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 --- 198 unchanged lines hidden (view full) --- 207 acpi_tab.o acpi_thr.o acpi_val.o \ 208 acpi_exc.o acpi_bst.o acpi_node.o acpi_stk.o acpi_par.o 209 210AGP_OBJS += agpmaster.o 211FBT_OBJS += fbt.o 212SDT_OBJS += sdt.o 213 214# |
215# AMD8111 NIC driver module 216# 217AMD8111S_OBJS += amd8111s_main.o amd8111s_hw.o 218 219# |
|
215# Pentium Performance Counter BackEnd module 216# 217P123_PCBE_OBJS = p123_pcbe.o 218 219# 220# Pentium 4 Performance Counter BackEnd module 221# 222P4_PCBE_OBJS = p4_pcbe.o --- 49 unchanged lines hidden --- | 220# Pentium Performance Counter BackEnd module 221# 222P123_PCBE_OBJS = p123_pcbe.o 223 224# 225# Pentium 4 Performance Counter BackEnd module 226# 227P4_PCBE_OBJS = p4_pcbe.o --- 49 unchanged lines hidden --- |