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
9ccflags-y := -Werror
10