M7350/kernel/drivers/sh/Makefile

12 lines
251 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
#
# Makefile for the SuperH specific drivers.
#
2024-09-09 08:57:42 +00:00
obj-$(CONFIG_SH_INTC) += intc/
ifneq ($(CONFIG_COMMON_CLK),y)
obj-$(CONFIG_HAVE_CLK) += clk/
endif
obj-$(CONFIG_MAPLE) += maple/
obj-$(CONFIG_SUPERHYWAY) += superhyway/
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
obj-y += pm_runtime.o