linux-zen-desktop/arch/x86/kernel/cpu/mtrr/Makefile

5 lines
140 B
Makefile
Raw Normal View History

2023-08-30 17:31:07 +02:00
# SPDX-License-Identifier: GPL-2.0-only
obj-y := mtrr.o if.o generic.o cleanup.o
2023-10-24 12:59:35 +02:00
obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o legacy.o
2023-08-30 17:31:07 +02:00