kernel/arch/parisc/mm/Makefile
.. .. @@ -1,6 +1,7 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Makefile for arch/parisc/mm 3 4 # 4 5 5 -obj-y := init.o fault.o ioremap.o6 +obj-y := init.o fault.o ioremap.o fixmap.o6 7 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o