# SPDX-License-Identifier: GPL-2.0 # Makefile for the Sun Boot PROM interface library under # Linux. # asflags := -ansi ccflags := -Werror lib-y := bootstr_$(BITS).o lib-y += init_$(BITS).o lib-$([31mCONFIG_SPARC32[0m) += memory.o lib-y += misc_$(BITS).o lib-$([31mCONFIG_SPARC32[0m) += mp.o lib-$([31mCONFIG_SPARC32[0m) += ranges.o lib-y += console_$(BITS).o lib-y += printf.o lib-y += tree_$(BITS).o lib-$([31mCONFIG_SPARC64[0m) += p1275.o lib-$([31mCONFIG_SPARC64[0m) += cif.o |