blob: 816c0fa12dc0f546b94b58a728a24197adb48d22 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# Makefile for the Sun Boot PROM interface library under
2# Linux.
3#
Sam Ravnborg5de18cd2008-11-29 22:16:52 -08004asflags := -ansi
5ccflags := -Werror
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
Sam Ravnborg708d4f02008-11-29 22:15:38 -08007lib-y := bootstr_$(BITS).o
8lib-$(CONFIG_SPARC32) += devmap.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
13lib-$(CONFIG_SPARC32) += palloc.o
14lib-$(CONFIG_SPARC32) += ranges.o
15lib-$(CONFIG_SPARC32) += segment.o
16lib-y += console_$(BITS).o
Robert Reifefe6c3d2008-12-08 00:59:17 -080017lib-y += printf.o
Sam Ravnborg708d4f02008-11-29 22:15:38 -080018lib-y += tree_$(BITS).o
Sam Ravnborg5de18cd2008-11-29 22:16:52 -080019lib-$(CONFIG_SPARC64) += p1275.o
20lib-$(CONFIG_SPARC64) += cif.o