mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
4b2368ffd6
Signed-off-by: Michal Simek <monstr@monstr.eu>
7 lines
86 B
Makefile
7 lines
86 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
|
|
obj-y := init.o
|
|
|
|
obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o
|