This repository has been archived on 2023-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

12 lines
234 B
Makefile

#
# Makefile for the DECstation prom monitor library routines
# under Linux.
#
lib-y += init.o memory.o cmdline.o identify.o console.o
lib-$(CONFIG_MIPS32) += locore.o
lib-$(CONFIG_MIPS64) += call_o32.o
EXTRA_AFLAGS := $(CFLAGS)