Makefile (5f8f965287494d55e8ba3551e3727a5e9d0eb702) Makefile (25519d68344269f9dc58b5bc72f648248a1fafb9)
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

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

156ifeq ($(CONFIG_X86_64),y)
157 obj-$(CONFIG_AUDIT) += audit_64.o
158
159 obj-$(CONFIG_GART_IOMMU) += amd_gart_64.o aperture_64.o
160
161 obj-$(CONFIG_MMCONF_FAM10H) += mmconf-fam10h_64.o
162 obj-y += vsmp_64.o
163endif
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

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

156ifeq ($(CONFIG_X86_64),y)
157 obj-$(CONFIG_AUDIT) += audit_64.o
158
159 obj-$(CONFIG_GART_IOMMU) += amd_gart_64.o aperture_64.o
160
161 obj-$(CONFIG_MMCONF_FAM10H) += mmconf-fam10h_64.o
162 obj-y += vsmp_64.o
163endif
164
165obj-$(CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT) += ima_arch.o