mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
7 lines
186 B
Makefile
7 lines
186 B
Makefile
|
#
|
||
|
# Makefile for Hexagon memory management subsystem
|
||
|
#
|
||
|
|
||
|
obj-y := init.o pgalloc.o ioremap.o uaccess.o vm_fault.o cache.o
|
||
|
obj-y += copy_to_user.o copy_from_user.o strnlen_user.o vm_tlb.o
|