mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-26 01:22:47 +07:00
8 lines
86 B
Makefile
8 lines
86 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
|
|
obj-y := init.o
|
|
|
|
obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o
|