blob: ab0312cb47b4552c6578720fa62763f386ed7d7a (
plain)
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 nile4_pic.o vrc5476_irq.o
obj-$(CONFIG_KGDB) += dbg_io.o
EXTRA_AFLAGS := $(CFLAGS)
|