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