9 lines
133 B
Makefile
9 lines
133 B
Makefile
|
#
|
||
|
# Makefile for the SuperH MicroDev specific parts of the kernel
|
||
|
#
|
||
|
|
||
|
obj-y := setup.o irq.o io.o
|
||
|
|
||
|
obj-$(CONFIG_HEARTBEAT) += led.o
|
||
|
|