Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # Makefile for the Sun Boot PROM interface library under |
| 2 | # Linux. |
| 3 | # |
| 4 | |
Sam Ravnborg | 708d4f0 | 2008-11-29 22:15:38 -0800 | [diff] [blame^] | 5 | lib-y := bootstr_$(BITS).o |
| 6 | lib-$(CONFIG_SPARC32) += devmap.o |
| 7 | lib-y += devops_$(BITS).o |
| 8 | lib-y += init_$(BITS).o |
| 9 | lib-$(CONFIG_SPARC32) += memory.o |
| 10 | lib-y += misc_$(BITS).o |
| 11 | lib-$(CONFIG_SPARC32) += mp.o |
| 12 | lib-$(CONFIG_SPARC32) += palloc.o |
| 13 | lib-$(CONFIG_SPARC32) += ranges.o |
| 14 | lib-$(CONFIG_SPARC32) += segment.o |
| 15 | lib-y += console_$(BITS).o |
| 16 | lib-y += printf_$(BITS).o |
| 17 | lib-y += tree_$(BITS).o |