Makefile.files (95ce6db5b7c05da041222a7051f87961f7ce63fc) | Makefile.files (d32f26eec03290baae31e85e7c5840280d5c4292) |
---|---|
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 --- 105 unchanged lines hidden (view full) --- 114 spa_boot.o 115 116# 117# Decompression code 118# 119CORE_OBJS += decompress.o 120 121# | 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 --- 105 unchanged lines hidden (view full) --- 114 spa_boot.o 115 116# 117# Decompression code 118# 119CORE_OBJS += decompress.o 120 121# |
122# Microcode utilities | 122# Microcode |
123# | 123# |
124CORE_OBJS += ucode_utils.o | 124CORE_OBJS += microcode.o |
125 126# 127# Driver modules 128# 129ARCMSR_OBJS += arcmsr.o 130ATA_OBJS += $(GHD_OBJS) ata_blacklist.o ata_common.o ata_disk.o \ 131 ata_dma.o atapi.o atapi_fsm.o ata_debug.o \ 132 sil3xxx.o --- 252 unchanged lines hidden --- | 125 126# 127# Driver modules 128# 129ARCMSR_OBJS += arcmsr.o 130ATA_OBJS += $(GHD_OBJS) ata_blacklist.o ata_common.o ata_disk.o \ 131 ata_dma.o atapi.o atapi_fsm.o ata_debug.o \ 132 sil3xxx.o --- 252 unchanged lines hidden --- |