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