Makefile 141 B

123456789
  1. #
  2. # Makefile for the PMC-Sierra Titan
  3. #
  4. obj-y += irq.o prom.o py-console.o setup.o
  5. obj-$(CONFIG_SMP) += smp.o
  6. EXTRA_CFLAGS += -Werror