swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 9e82bf014195d6f0054982c463575cdce24292be authored by Linus Torvalds on 15 September 2014, 00:50:12 UTC
Linux 3.17-rc5
Tip revision: 9e82bf0
Makefile
#
# Makefile for the linux kernel, U300 machine.
#

obj-y		:= core.o
obj-m		:=
obj-n		:=
obj-		:=

obj-$(CONFIG_MACH_U300_SPIDUMMY)  += dummyspichip.o
obj-$(CONFIG_REGULATOR_AB3100)    += regulator.o
back to top