Makefile 158 Bytes
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-y			:= core.o dma.o irq.o pci.o
obj-m			:=
obj-n			:=
obj-			:=

obj-$(CONFIG_LEDS)	+= leds.o