mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-07 18:50:41 +00: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
|