blob: 74ca9cceaeea1d13814f48827335b6ae4ed0d886 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# Makefile for the Sun Boot PROM interface library under
2# Linux.
3#
4
Sam Ravnborg708d4f02008-11-29 22:15:38 -08005lib-y := bootstr_$(BITS).o
6lib-$(CONFIG_SPARC32) += devmap.o
7lib-y += devops_$(BITS).o
8lib-y += init_$(BITS).o
9lib-$(CONFIG_SPARC32) += memory.o
10lib-y += misc_$(BITS).o
11lib-$(CONFIG_SPARC32) += mp.o
12lib-$(CONFIG_SPARC32) += palloc.o
13lib-$(CONFIG_SPARC32) += ranges.o
14lib-$(CONFIG_SPARC32) += segment.o
15lib-y += console_$(BITS).o
16lib-y += printf_$(BITS).o
17lib-y += tree_$(BITS).o