mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 11:43:54 +08:00
4b2368ffd6
Signed-off-by: Michal Simek <monstr@monstr.eu>
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
|