Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the ARC prom monitor library routines under Linux. | ||||
3 | # | ||||
4 | |||||
5 | lib-y += cmdline.o env.o file.o identify.o init.o \ | ||||
Ralf Baechle | 07b4ebd | 2005-03-07 15:40:34 +0000 | [diff] [blame] | 6 | misc.o salone.o time.o tree.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
8 | lib-$(CONFIG_ARC_MEMORY) += memory.o | ||||
9 | lib-$(CONFIG_ARC_CONSOLE) += arc_con.o | ||||
10 | lib-$(CONFIG_ARC_PROMLIB) += promlib.o |