Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.7 9 lines 205 B view raw
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