Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: fa8410b355251fd30341662a40ac6b22d3e38468 authored by Linus Torvalds on 21 August 2016, 23:14:10 UTC
Linux 4.8-rc3
Tip revision: fa8410b
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
back to top