Makefile.files (23c352973f956f97f817e65150aad7e1cebeb228) | Makefile.files (c9431fa1e59a88c2f0abf611f25b97af964449e5) |
---|---|
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 --- 6 unchanged lines hidden (view full) --- 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# | 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 --- 6 unchanged lines hidden (view full) --- 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# |
23# uts/intel/Makefile.files 24# | |
25# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 26# Use is subject to license terms. 27# 28# ident "%Z%%M% %I% %E% SMI" 29# 30# This Makefile defines all file modules and build rules for the 31# directory uts/intel and its children. These are the source files which 32# are specific to x86 processor architectures. --- 74 unchanged lines hidden (view full) --- 107 lx_prvnops.o 108 109LX_AUTOFS_OBJS += \ 110 lx_autofs.o 111 112# 113# Decompression code 114# | 23# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28# This Makefile defines all file modules and build rules for the 29# directory uts/intel and its children. These are the source files which 30# are specific to x86 processor architectures. --- 74 unchanged lines hidden (view full) --- 105 lx_prvnops.o 106 107LX_AUTOFS_OBJS += \ 108 lx_autofs.o 109 110# 111# Decompression code 112# |
115CORE_OBJS += decompress.o adler32.o infblock.o infcodes.o inffast.o \ 116 inflate.o inftrees.o infutil.o zutil.o zmod.o | 113CORE_OBJS += decompress.o |
117 118# 119# Driver modules 120# 121AGPGART_OBJS += agpgart.o agp_kstat.o 122AGPTARGET_OBJS += agptarget.o 123AMD64GART_OBJS += amd64_gart.o 124ATA_OBJS += $(GHD_OBJS) ata_blacklist.o ata_common.o ata_disk.o \ --- 140 unchanged lines hidden --- | 114 115# 116# Driver modules 117# 118AGPGART_OBJS += agpgart.o agp_kstat.o 119AGPTARGET_OBJS += agptarget.o 120AMD64GART_OBJS += amd64_gart.o 121ATA_OBJS += $(GHD_OBJS) ata_blacklist.o ata_common.o ata_disk.o \ --- 140 unchanged lines hidden --- |