• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/yosemite/
1#
2# Makefile for the PMC-Sierra Titan
3#
4
5obj-y    += irq.o prom.o py-console.o setup.o
6
7obj-$(CONFIG_SMP)		+= smp.o
8
9EXTRA_CFLAGS += -Werror
10