Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 413541dd66d51f791a0b169d9b9014e4f56be13c authored by Linus Torvalds on 22 December 2013, 21:08:32 UTC
Linux 3.13-rc5
Tip revision: 413541d
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