mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
8 lines
216 B
Makefile
8 lines
216 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for Hexagon memory management subsystem
|
|
#
|
|
|
|
obj-y := init.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
|