• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/prom/
1# Makefile for the Sun Boot PROM interface library under
2# Linux.
3#
4asflags := -ansi
5ccflags := -Werror
6
7lib-y                 := bootstr_$(BITS).o
8lib-$(CONFIG_SPARC32) += devmap.o
9lib-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
17lib-y                 += printf.o
18lib-y                 += tree_$(BITS).o
19lib-$(CONFIG_SPARC64) += p1275.o
20lib-$(CONFIG_SPARC64) += cif.o
21