8 lines
136 B
Makefile
8 lines
136 B
Makefile
|
#
|
||
|
# Makefile for the 7300 SolutionEngine specific parts of the kernel
|
||
|
#
|
||
|
|
||
|
obj-y := setup.o io.o irq.o
|
||
|
|
||
|
obj-$(CONFIG_HEARTBEAT) += led.o
|