diff options
Diffstat (limited to '')
-rw-r--r-- | arch/sh/boards/mach-sh03/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-sh03/Makefile b/arch/sh/boards/mach-sh03/Makefile new file mode 100644 index 000000000..f89c25c6a --- /dev/null +++ b/arch/sh/boards/mach-sh03/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for the Interface (CTP/PCI-SH03) specific parts of the kernel +# + +obj-y := setup.o +obj-$(CONFIG_RTC_DRV_GENERIC) += rtc.o |