daa4a68f90
arch/mips/pmc-sierra/yosemite/i2c-yosemite.c: In function 'titan_i2c_xfer': arch/mips/pmc-sierra/yosemite/i2c-yosemite.c:98: warning: 'data' may be used uninitialized in this function Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
10 lines
173 B
Makefile
10 lines
173 B
Makefile
#
|
|
# Makefile for the PMC-Sierra Titan
|
|
#
|
|
|
|
obj-y += irq.o prom.o py-console.o setup.o
|
|
|
|
obj-$(CONFIG_KGDB) += dbg_io.o
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|