diff options
Diffstat (limited to 'arch/mips/emma/Makefile')
-rw-r--r-- | arch/mips/emma/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/emma/Makefile b/arch/mips/emma/Makefile new file mode 100644 index 000000000000..4254a31edb09 --- /dev/null +++ b/arch/mips/emma/Makefile @@ -0,0 +1,6 @@ +obj-$(CONFIG_SOC_EMMA2RH) += common/ + +# +# NEC EMMA2RH Mark-eins +# +obj-$(CONFIG_NEC_MARKEINS) += markeins/ |