blob: a7fe76a64964db66d66ab960c7a96b5c0d1ca3f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Makefile for common code for Toshiba TX4927 based systems
#
obj-y += tx4927_prom.o tx4927_irq.o
obj-$(CONFIG_TOSHIBA_FPCIB0) += smsc_fdc37m81x.o
obj-$(CONFIG_KGDB) += tx4927_dbgio.o
EXTRA_CFLAGS += -Werror
|