Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.13 10 lines 279 B view raw
1# 2# Makefile for the ARC prom monitor library routines under Linux. 3# 4 5lib-y += cmdline.o env.o file.o identify.o init.o \ 6 misc.o salone.o time.o tree.o 7 8lib-$(CONFIG_ARC_MEMORY) += memory.o 9lib-$(CONFIG_ARC_CONSOLE) += arc_con.o 10lib-$(CONFIG_ARC_PROMLIB) += promlib.o