diff options
Diffstat (limited to 'arch/mips/vr41xx/Makefile')
-rw-r--r-- | arch/mips/vr41xx/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/vr41xx/Makefile b/arch/mips/vr41xx/Makefile new file mode 100644 index 000000000..765020d5e --- /dev/null +++ b/arch/mips/vr41xx/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 +# +obj-$(CONFIG_MACH_VR41XX) += common/ +obj-$(CONFIG_CASIO_E55) += casio-e55/ +obj-$(CONFIG_IBM_WORKPAD) += ibm-workpad/ |