diff options
Diffstat (limited to 'arch/sh/drivers/superhyway/Makefile')
-rw-r--r-- | arch/sh/drivers/superhyway/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/drivers/superhyway/Makefile b/arch/sh/drivers/superhyway/Makefile new file mode 100644 index 000000000..5b8e0c7ca --- /dev/null +++ b/arch/sh/drivers/superhyway/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the SuperHyway specific kernel interface routines under Linux. +# + +obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += ops-sh4-202.o + |