Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
[deliverable/linux.git] / arch / sparc / prom / Makefile
CommitLineData
1da177e4
LT
1# Makefile for the Sun Boot PROM interface library under
2# Linux.
3#
5de18cde
SR
4asflags := -ansi
5ccflags := -Werror
1da177e4 6
708d4f09 7lib-y := bootstr_$(BITS).o
708d4f09
SR
8lib-y += init_$(BITS).o
9lib-$(CONFIG_SPARC32) += memory.o
10lib-y += misc_$(BITS).o
11lib-$(CONFIG_SPARC32) += mp.o
708d4f09
SR
12lib-$(CONFIG_SPARC32) += ranges.o
13lib-$(CONFIG_SPARC32) += segment.o
14lib-y += console_$(BITS).o
efe6c3dd 15lib-y += printf.o
708d4f09 16lib-y += tree_$(BITS).o
5de18cde
SR
17lib-$(CONFIG_SPARC64) += p1275.o
18lib-$(CONFIG_SPARC64) += cif.o
This page took 0.442561 seconds and 5 git commands to generate.