xref: /linux/arch/mips/fw/lib/Makefile (revision 92dd8dd4d07f170db0638a20a8db691262da4e5e)
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