1# SPDX-License-Identifier: GPL-2.0 2# Makefile for the Sun Boot PROM interface library under 3# Linux. 4# 5 6lib-y := bootstr_$(BITS).o 7lib-y += init_$(BITS).o 8lib-$(CONFIG_SPARC32) += memory.o 9lib-y += misc_$(BITS).o 10lib-$(CONFIG_SPARC32) += mp.o 11lib-$(CONFIG_SPARC32) += ranges.o 12lib-y += console_$(BITS).o 13lib-y += printf.o 14lib-y += tree_$(BITS).o 15lib-$(CONFIG_SPARC64) += p1275.o 16lib-$(CONFIG_SPARC64) += cif.o 17