mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
staging: omap-thermal: name data files accordingly
This patch simply changes the name of files containing data structure definition. Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c8a8f847cc
commit
687ad31ca3
|
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user