Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.4 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