2005-04-16 18:20:36 -04:00
|
|
|
#
|
|
|
|
# Makefile for common code for Toshiba TX4927 based systems
|
|
|
|
#
|
|
|
|
|
2007-10-24 10:16:56 -04:00
|
|
|
obj-y += tx4927_prom.o tx4927_irq.o
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
obj-$(CONFIG_TOSHIBA_FPCIB0) += smsc_fdc37m81x.o
|
|
|
|
obj-$(CONFIG_KGDB) += tx4927_dbgio.o
|
2007-08-02 10:36:17 -04:00
|
|
|
|
|
|
|
EXTRA_CFLAGS += -Werror
|