Makefile (bc95f3669f5e6f63cf0b84fe4922c3c6dd4aa775) | Makefile (824122a319d827d42aeb4646a3bf639937fdb2ce) |
---|---|
1# 2# Makefile for the DECstation prom monitor library routines 3# under Linux. 4# 5 6lib-y += init.o memory.o cmdline.o identify.o console.o 7 8lib-$(CONFIG_32BIT) += locore.o | 1# 2# Makefile for the DECstation prom monitor library routines 3# under Linux. 4# 5 6lib-y += init.o memory.o cmdline.o identify.o console.o 7 8lib-$(CONFIG_32BIT) += locore.o |
9lib-$(CONFIG_64BIT) += call_o32.o | |