forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/mips/fw/arc/Makefile
....@@ -3,8 +3,12 @@
33 # Makefile for the ARC prom monitor library routines under Linux.
44 #
55
6
+ifdef CONFIG_ARC_CMDLINE_ONLY
7
+lib-y += cmdline.o
8
+else
69 lib-y += cmdline.o env.o file.o identify.o init.o \
7
- misc.o salone.o time.o tree.o
10
+ misc.o
11
+endif
812
913 lib-$(CONFIG_ARC_MEMORY) += memory.o
1014 lib-$(CONFIG_ARC_CONSOLE) += arc_con.o