162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# Makefile for the Sun Boot PROM interface library under 362306a36Sopenharmony_ci# Linux. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ciasflags := -ansi 662306a36Sopenharmony_ciccflags := -Werror 762306a36Sopenharmony_ci 862306a36Sopenharmony_cilib-y := bootstr_$(BITS).o 962306a36Sopenharmony_cilib-y += init_$(BITS).o 1062306a36Sopenharmony_cilib-$(CONFIG_SPARC32) += memory.o 1162306a36Sopenharmony_cilib-y += misc_$(BITS).o 1262306a36Sopenharmony_cilib-$(CONFIG_SPARC32) += mp.o 1362306a36Sopenharmony_cilib-$(CONFIG_SPARC32) += ranges.o 1462306a36Sopenharmony_cilib-y += console_$(BITS).o 1562306a36Sopenharmony_cilib-y += printf.o 1662306a36Sopenharmony_cilib-y += tree_$(BITS).o 1762306a36Sopenharmony_cilib-$(CONFIG_SPARC64) += p1275.o 1862306a36Sopenharmony_cilib-$(CONFIG_SPARC64) += cif.o 19