1#
2# Makefile for NEC DDB-Vrc5477 board
3#
4
5obj-y	 		+= irq.o irq_5477.o setup.o lcd44780.o
6
7obj-$(CONFIG_RUNTIME_DEBUG) 	+= debug.o
8obj-$(CONFIG_KGDB)		+= kgdb_io.o
9