Makefile 507 B

123456789101112131415161718
  1. # Makefile for the Sun Boot PROM interface library under
  2. # Linux.
  3. #
  4. asflags := -ansi
  5. ccflags := -Werror
  6. lib-y := bootstr_$(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) += ranges.o
  12. lib-y += console_$(BITS).o
  13. lib-y += printf.o
  14. lib-y += tree_$(BITS).o
  15. lib-$(CONFIG_SPARC64) += p1275.o
  16. lib-$(CONFIG_SPARC64) += cif.o