Makefile 560 B

1234567891011121314151617
  1. # Makefile for the Sun Boot PROM interface library under
  2. # Linux.
  3. #
  4. lib-y := bootstr_$(BITS).o
  5. lib-$(CONFIG_SPARC32) += devmap.o
  6. lib-y += devops_$(BITS).o
  7. lib-y += init_$(BITS).o
  8. lib-$(CONFIG_SPARC32) += memory.o
  9. lib-y += misc_$(BITS).o
  10. lib-$(CONFIG_SPARC32) += mp.o
  11. lib-$(CONFIG_SPARC32) += palloc.o
  12. lib-$(CONFIG_SPARC32) += ranges.o
  13. lib-$(CONFIG_SPARC32) += segment.o
  14. lib-y += console_$(BITS).o
  15. lib-y += printf_$(BITS).o
  16. lib-y += tree_$(BITS).o