2005-04-16 16:20:36 -06:00
|
|
|
#
|
|
|
|
# Makefile for the PMC-Sierra Titan
|
|
|
|
#
|
|
|
|
|
2007-07-29 17:45:04 -06:00
|
|
|
obj-y += irq.o prom.o py-console.o setup.o
|
2005-04-16 16:20:36 -06:00
|
|
|
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
2007-07-29 17:45:04 -06:00
|
|
|
|
2011-01-14 07:12:31 -07:00
|
|
|
ccflags-y := -Werror
|