Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Apr 14-17, 2025
Register
Loading...
v3.1
 1# Makefile for the Sun Boot PROM interface library under
 2# Linux.
 3#
 4asflags := -ansi
 5ccflags := -Werror
 6
 7lib-y                 := bootstr_$(BITS).o
 8lib-y                 += init_$(BITS).o
 9lib-$(CONFIG_SPARC32) += memory.o
10lib-y                 += misc_$(BITS).o
11lib-$(CONFIG_SPARC32) += mp.o
12lib-$(CONFIG_SPARC32) += ranges.o
13lib-$(CONFIG_SPARC32) += segment.o
14lib-y                 += console_$(BITS).o
15lib-y                 += printf.o
16lib-y                 += tree_$(BITS).o
17lib-$(CONFIG_SPARC64) += p1275.o
18lib-$(CONFIG_SPARC64) += cif.o
v3.5.6
 1# Makefile for the Sun Boot PROM interface library under
 2# Linux.
 3#
 4asflags := -ansi
 5ccflags := -Werror
 6
 7lib-y                 := bootstr_$(BITS).o
 8lib-y                 += init_$(BITS).o
 9lib-$(CONFIG_SPARC32) += memory.o
10lib-y                 += misc_$(BITS).o
11lib-$(CONFIG_SPARC32) += mp.o
12lib-$(CONFIG_SPARC32) += ranges.o
 
13lib-y                 += console_$(BITS).o
14lib-y                 += printf.o
15lib-y                 += tree_$(BITS).o
16lib-$(CONFIG_SPARC64) += p1275.o
17lib-$(CONFIG_SPARC64) += cif.o