Makefile 205 B

123456789
  1. #
  2. # Makefile for the DECstation prom monitor library routines
  3. # under Linux.
  4. #
  5. lib-y += init.o memory.o cmdline.o identify.o console.o
  6. lib-$(CONFIG_32BIT) += locore.o
  7. lib-$(CONFIG_64BIT) += call_o32.o