mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 22:26:42 +07: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
|