forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/arch/parisc/mm/Makefile
....@@ -1,6 +1,7 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Makefile for arch/parisc/mm
34 #
45
5
-obj-y := init.o fault.o ioremap.o
6
+obj-y := init.o fault.o ioremap.o fixmap.o
67 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o