summaryrefslogtreecommitdiffstats
path: root/drivers/misc/Makefile
blob: bc1c01ea4d67ee3c77721f071aedbb421d41176d (plain)
1
2
3
4
5
6
7
8
9
#
# 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