diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-14 14:07:23 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-15 10:09:58 +0300 |
commit | 8a4e2779570fe29da33e99a1c9addc4205110819 (patch) | |
tree | 5dae2b5c37a531e41315070d11c9afac30aa201e /arch/mips/vr41xx/Makefile | |
parent | b6b6c318006b680a467451846aea65397074c59d (diff) | |
download | linux-8a4e2779570fe29da33e99a1c9addc4205110819.tar.xz |
MIPS: Fix builds for VR41xx platforms
Changing inclusion of Platform files, broke VR41xx platforms. Add Makefile
to vr41xx directory and traverse subdirs from it.
Fixes: 26bff9eb49201aeb ("MIPS: Only include the platformfile needed")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
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 000000000000..765020d5ee4d --- /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/ |