Makefile 652 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3
# Makefile for the Sun Boot PROM interface library under
# Linux.
#
S
Sam Ravnborg 已提交
4 5
asflags := -ansi
ccflags := -Werror
L
Linus Torvalds 已提交
6

7 8 9 10 11 12 13 14 15 16 17
lib-y                 := bootstr_$(BITS).o
lib-$(CONFIG_SPARC32) += devmap.o
lib-y                 += devops_$(BITS).o
lib-y                 += init_$(BITS).o
lib-$(CONFIG_SPARC32) += memory.o
lib-y                 += misc_$(BITS).o
lib-$(CONFIG_SPARC32) += mp.o
lib-$(CONFIG_SPARC32) += palloc.o
lib-$(CONFIG_SPARC32) += ranges.o
lib-$(CONFIG_SPARC32) += segment.o
lib-y                 += console_$(BITS).o
18
lib-y                 += printf.o
19
lib-y                 += tree_$(BITS).o
S
Sam Ravnborg 已提交
20 21
lib-$(CONFIG_SPARC64) += p1275.o
lib-$(CONFIG_SPARC64) += cif.o