xref: /linux/arch/mips/txx9/generic/Makefile (revision 22b1d707ffc99faebd86257ad19d5bb9fc624734)
1*22b1d707SAtsushi Nemoto#
2*22b1d707SAtsushi Nemoto# Makefile for common code for TXx9 based systems
3*22b1d707SAtsushi Nemoto#
4*22b1d707SAtsushi Nemoto
5*22b1d707SAtsushi Nemotoobj-$(CONFIG_TOSHIBA_RBTX4927)	+= mem_tx4927.o irq_tx4927.o
6*22b1d707SAtsushi Nemotoobj-$(CONFIG_TOSHIBA_RBTX4938)	+= mem_tx4938.o irq_tx4938.o
7*22b1d707SAtsushi Nemotoobj-$(CONFIG_TOSHIBA_FPCIB0)	+= smsc_fdc37m81x.o
8*22b1d707SAtsushi Nemotoobj-$(CONFIG_KGDB)	+= dbgio.o
9*22b1d707SAtsushi Nemoto
10*22b1d707SAtsushi NemotoEXTRA_CFLAGS += -Werror
11