#
# Makefile for common code for Toshiba TX4925 based systems
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#

USE_STANDARD_AS_RULE := true

O_TARGET := tx4925.o

obj-y := prom.o
obj-y += setup.o
obj-y += irq.o
obj-y += handler.o

obj-$(CONFIG_KGDB) += dbgio.o
obj-$(CONFIG_BRINGUP_RAW_SERIAL_IO) += tx4925_bringup.o

include $(TOPDIR)/Rules.make
