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