mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 00:06:41 +09:00
These functions will be used for adding code patching functions later. Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de>
7 lines
123 B
Makefile
7 lines
123 B
Makefile
#
|
|
# Makefile for arch/parisc/mm
|
|
#
|
|
|
|
obj-y := init.o fault.o ioremap.o fixmap.o
|
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|