1 # SPDX-License-Identifier: GPL-2.0 !! 1 # $Id: Makefile,v 1.8 2000/12/15 00:41:22 davem Exp $ 2 # Makefile for the Sun Boot PROM interface lib 2 # Makefile for the Sun Boot PROM interface library under 3 # Linux. 3 # Linux. 4 # 4 # 5 asflags := -ansi !! 5 # Note! Dependencies are done automagically by 'make dep', which also >> 6 # removes any old dependencies. DON'T put your own dependencies here >> 7 # unless it's something special (ie not a .c file). >> 8 # >> 9 # Note 2! The CFLAGS definitions are now in the main makefile... >> 10 >> 11 L_TARGET = promlib.a >> 12 >> 13 obj-y := bootstr.o devmap.o devops.o init.o memory.o misc.o mp.o \ >> 14 palloc.o ranges.o segment.o console.o printf.o tree.o >> 15 >> 16 obj-$(CONFIG_SUN4) += sun4prom.o 6 17 7 lib-y := bootstr_$(BITS).o !! 18 include $(TOPDIR)/Rules.make 8 lib-y += init_$(BITS).o << 9 lib-$(CONFIG_SPARC32) += memory.o << 10 lib-y += misc_$(BITS).o << 11 lib-$(CONFIG_SPARC32) += mp.o << 12 lib-$(CONFIG_SPARC32) += ranges.o << 13 lib-y += console_$(BITS).o << 14 lib-y += printf.o << 15 lib-y += tree_$(BITS).o << 16 lib-$(CONFIG_SPARC64) += p1275.o << 17 lib-$(CONFIG_SPARC64) += cif.o <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.