xref: /linux/arch/mips/fw/lib/Makefile (revision 5e4e38446a62a4f50d77b0dd11d4b379dee08988)
1#
2# Makefile for generic prom monitor library routines under Linux.
3#
4
5lib-y			+= cmdline.o
6
7lib-$(CONFIG_64BIT)	+= call_o32.o
8