| 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 | 
| Ralf Baechle | 03bf6ad | 2009-09-15 22:58:23 +0200 | [diff] [blame] | 11 |  | 
| matt mooney | e372630 | 2011-01-14 06:12:31 -0800 | [diff] [blame] | 12 | ccflags-y			:= -Werror |