Staging
v0.6.0
https://github.com/torvalds/linux
Raw File
Tip revision: 0882e8dd3aad33eca41696d463bb896e6c8817eb authored by Linus Torvalds on 14 April 2009, 20:51:48 UTC
Linux 2.6.30-rc2
Tip revision: 0882e8d
Makefile
#
# Makefile for the 7751 SolutionEngine specific parts of the kernel
#

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

obj-$(CONFIG_PCI) += pci.o
back to top