Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the DECstation prom monitor library routines | ||||
3 | # under Linux. | ||||
4 | # | ||||
5 | |||||
6 | lib-y += init.o memory.o cmdline.o identify.o console.o | ||||
7 | |||||
Ralf Baechle | 875d43e | 2005-09-03 15:56:16 -0700 | [diff] [blame] | 8 | lib-$(CONFIG_32BIT) += locore.o |
9 | lib-$(CONFIG_64BIT) += call_o32.o |