Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 899e3ee404961a90b828ad527573aaaac39f0ab1 authored by Linus Torvalds on 18 October 2011, 04:06:23 UTC
Linux 3.1-rc10
Tip revision: 899e3ee
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_32BIT)	+= locore.o
lib-$(CONFIG_64BIT)	+= call_o32.o
back to top