blob: 61eec363cb02593b5c706e80d12276319acaa664 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#
# Makefile for the NEC DDB Vrc-5476 specific kernel interface routines
# under Linux.
#
obj-y += setup.o irq.o int-handler.o nile4_pic.o vrc5476_irq.o
obj-$(CONFIG_KGDB) += dbg_io.o
EXTRA_AFLAGS := $(CFLAGS)
|