swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 4c2e07c6a29e0129e975727b9f57eede813eea85 authored by Linus Torvalds on 27 June 2016, 00:52:03 UTC
Linux 4.7-rc5
Tip revision: 4c2e07c
Makefile
#
# Makefile for the linux kernel, U300 machine.
#

obj-y		:= core.o

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