You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for the PMC-Sierra Titan
|
|
#
|
|
|
|
obj-y += irq-handler.o irq.o i2c-yosemite.o prom.o py-console.o setup.o
|
|
|
|
obj-$(CONFIG_KGDB) += dbg_io.o
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
|