#
# Makefile for the 7751 SolutionEngine specific parts of the kernel
#

obj-y	 := mach.o setup.o io.o irq.o led.o

obj-$(CONFIG_PCI) += pci.o

