7 lines
135 B
Makefile
7 lines
135 B
Makefile
|
#
|
||
|
# Makefile for the Interface (CTP/PCI-SH03) specific parts of the kernel
|
||
|
#
|
||
|
|
||
|
obj-y := setup.o rtc.o
|
||
|
obj-$(CONFIG_HEARTBEAT) += led.o
|