summaryrefslogtreecommitdiffstats
path: root/drivers/misc/Makefile
blob: 986f7b1b381bbe41c6ca49c5fa7e957e4e00bed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for misc devices that really don't fit anywhere else.
#

obj-$(CONFIG_JTAG)		+= jtag.o
obj-$(CONFIG_SRAM)		+= sram.o
obj-$(CONFIG_STATE_DRV)		+= state.o
obj-$(CONFIG_DEV_MEM)		+= mem.o
obj-$(CONFIG_UBOOTVAR)		+= ubootvar.o
obj-$(CONFIG_STARFIVE_PWRSEQ)	+= starfive-pwrseq.o
obj-$(CONFIG_STORAGE_BY_UUID)	+= storage-by-uuid.o