blob: 1b8c073adb44fe341b883f87865b28531d61b95f [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
9lib-y += devops_$(BITS).o
10lib-y += init_$(BITS).o
11lib-$(CONFIG_SPARC32) += memory.o
12lib-y += misc_$(BITS).o
13lib-$(CONFIG_SPARC32) += mp.o
14lib-$(CONFIG_SPARC32) += palloc.o
15lib-$(CONFIG_SPARC32) += ranges.o
16lib-$(CONFIG_SPARC32) += segment.o
17lib-y += console_$(BITS).o
Robert Reifefe6c3d2008-12-08 00:59:17 -080018lib-y += printf.o
Sam Ravnborg708d4f02008-11-29 22:15:38 -080019lib-y += tree_$(BITS).o
Sam Ravnborg5de18cd2008-11-29 22:16:52 -080020lib-$(CONFIG_SPARC64) += p1275.o
21lib-$(CONFIG_SPARC64) += cif.o