8 lines
127 B
Makefile
8 lines
127 B
Makefile
#
|
|
# Makefile for generic prom monitor library routines under Linux.
|
|
#
|
|
|
|
lib-y += cmdline.o
|
|
|
|
lib-$(CONFIG_64BIT) += call_o32.o
|