Commit 687ad31c authored by Eduardo Valentin's avatar Eduardo Valentin Committed by Greg Kroah-Hartman

staging: omap-thermal: name data files accordingly

This patch simply changes the name of files containing data structure definition.
Signed-off-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c8a8f847
obj-$(CONFIG_OMAP_BANDGAP) += omap-thermal.o
omap-thermal-y := omap-bandgap.o
omap-thermal-$(CONFIG_OMAP_THERMAL) += omap-thermal-common.o
omap-thermal-$(CONFIG_OMAP4_THERMAL) += omap4-thermal.o
omap-thermal-$(CONFIG_OMAP5_THERMAL) += omap5-thermal.o
omap-thermal-$(CONFIG_OMAP4_THERMAL) += omap4-thermal-data.o
omap-thermal-$(CONFIG_OMAP5_THERMAL) += omap5-thermal-data.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment