Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at bb9d4ff80bc032d7961815c2ff5eaf458ae3adff 15 lines 418 B view raw
1# 2# Makefile for regulator drivers. 3# 4 5 6obj-$(CONFIG_REGULATOR) += core.o 7obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o 8obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o 9 10obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o 11obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o 12obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o 13obj-$(CONFIG_REGULATOR_DA903X) += da903x.o 14 15ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG