1#
2# Makefile for the SuperH MicroDev specific parts of the kernel
3#
4
5obj-y	 := setup.o irq.o io.o
6
7obj-$(CONFIG_HEARTBEAT)	+= led.o
8
9