blob: 397b79af77f7b0852b68fa129f87630b65938f79 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002# Makefile for the Sun Boot PROM interface library under
3# Linux.
4#
Sam Ravnborg5de18cd2008-11-29 22:16:52 -08005asflags := -ansi
6ccflags := -Werror
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
Sam Ravnborg708d4f02008-11-29 22:15:38 -08008lib-y := bootstr_$(BITS).o
Sam Ravnborg708d4f02008-11-29 22:15:38 -08009lib-y += init_$(BITS).o
10lib-$(CONFIG_SPARC32) += memory.o
11lib-y += misc_$(BITS).o
12lib-$(CONFIG_SPARC32) += mp.o
Sam Ravnborg708d4f02008-11-29 22:15:38 -080013lib-$(CONFIG_SPARC32) += ranges.o
Sam Ravnborg708d4f02008-11-29 22:15:38 -080014lib-y += console_$(BITS).o
Robert Reifefe6c3d2008-12-08 00:59:17 -080015lib-y += printf.o
Sam Ravnborg708d4f02008-11-29 22:15:38 -080016lib-y += tree_$(BITS).o
Sam Ravnborg5de18cd2008-11-29 22:16:52 -080017lib-$(CONFIG_SPARC64) += p1275.o
18lib-$(CONFIG_SPARC64) += cif.o