2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for the 7751 SolutionEngine specific parts of the kernel
|
|
|
|
#
|
|
|
|
|
2006-09-27 17:17:31 +08:00
|
|
|
obj-y := setup.o io.o irq.o
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_PCI) += pci.o
|
2006-09-27 12:28:23 +08:00
|
|
|
obj-$(CONFIG_HEARTBEAT) += led.o
|