Makefile (ff36e78fdb251b9fa65028554689806961e011eb) | Makefile (9e2b4be377f0d715d9d910507890f9620cc22a9d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the linux kernel. 4# 5 6extra-y := head_$(BITS).o 7extra-y += head$(BITS).o 8extra-y += ebda.o --- 140 unchanged lines hidden (view full) --- 149 obj-$(CONFIG_AUDIT) += audit_64.o 150 151 obj-$(CONFIG_GART_IOMMU) += amd_gart_64.o aperture_64.o 152 153 obj-$(CONFIG_MMCONF_FAM10H) += mmconf-fam10h_64.o 154 obj-y += vsmp_64.o 155endif 156 | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the linux kernel. 4# 5 6extra-y := head_$(BITS).o 7extra-y += head$(BITS).o 8extra-y += ebda.o --- 140 unchanged lines hidden (view full) --- 149 obj-$(CONFIG_AUDIT) += audit_64.o 150 151 obj-$(CONFIG_GART_IOMMU) += amd_gart_64.o aperture_64.o 152 153 obj-$(CONFIG_MMCONF_FAM10H) += mmconf-fam10h_64.o 154 obj-y += vsmp_64.o 155endif 156 |
157ifdef CONFIG_EFI 158obj-$(CONFIG_IMA) += ima_arch.o 159endif | 157obj-$(CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT) += ima_arch.o |