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