Raw File
#
# Makefile for the linux kernel.
#

obj-y			:= gpio.o i2c.o pci.o setup.o time.o
obj-m			:=
obj-n			:=
obj-			:=
back to top