1# 2# Makefile for the 7751 SolutionEngine specific parts of the kernel 3# 4 5obj-y := setup.o io.o irq.o 6 7obj-$(CONFIG_PCI) += pci.o 8