diff options
Diffstat (limited to 'arch/mips/pnx8550/Makefile')
-rw-r--r-- | arch/mips/pnx8550/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/pnx8550/Makefile b/arch/mips/pnx8550/Makefile new file mode 100644 index 000000000000..3f7e8561437b --- /dev/null +++ b/arch/mips/pnx8550/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_SOC_PNX8550) += common/ +obj-$(CONFIG_PNX8550_JBS) += jbs/ +obj-$(CONFIG_PNX8550_STB810) += stb810/ |