kernel/arch/mips/fw/arc/Makefile
.. .. @@ -3,8 +3,12 @@ 3 3 # Makefile for the ARC prom monitor library routines under Linux. 4 4 # 5 5 6 +ifdef CONFIG_ARC_CMDLINE_ONLY7 +lib-y += cmdline.o8 +else6 9 lib-y += cmdline.o env.o file.o identify.o init.o \ 7 - misc.o salone.o time.o tree.o10 + misc.o11 +endif8 12 9 13 lib-$(CONFIG_ARC_MEMORY) += memory.o 10 14 lib-$(CONFIG_ARC_CONSOLE) += arc_con.o