You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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
|
|
|