commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
16 lines
295 B
Makefile
16 lines
295 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Nios2-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y += cacheflush.o
|
|
obj-y += dma-mapping.o
|
|
obj-y += extable.o
|
|
obj-y += fault.o
|
|
obj-y += init.o
|
|
obj-y += ioremap.o
|
|
obj-y += mmu_context.o
|
|
obj-y += pgtable.o
|
|
obj-y += tlb.o
|
|
obj-y += uaccess.o
|