Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 # Makefile for the Sun Boot PROM interface library under
0003 # Linux.
0004 #
0005 asflags := -ansi
0006 ccflags := -Werror
0007 
0008 lib-y                 := bootstr_$(BITS).o
0009 lib-y                 += init_$(BITS).o
0010 lib-$(CONFIG_SPARC32) += memory.o
0011 lib-y                 += misc_$(BITS).o
0012 lib-$(CONFIG_SPARC32) += mp.o
0013 lib-$(CONFIG_SPARC32) += ranges.o
0014 lib-y                 += console_$(BITS).o
0015 lib-y                 += printf.o
0016 lib-y                 += tree_$(BITS).o
0017 lib-$(CONFIG_SPARC64) += p1275.o
0018 lib-$(CONFIG_SPARC64) += cif.o