mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-22 01:43:37 -04:00
This patch fix spelling typos in printk and kconfig. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
6 lines
177 B
Makefile
6 lines
177 B
Makefile
#
|
|
# Makefile for the Linux/SuperH CPU-specific IRQ handlers.
|
|
#
|
|
obj-$(CONFIG_SUPERH32) += imask.o
|
|
obj-$(CONFIG_CPU_SH5) += intc-sh5.o
|
|
obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o
|