diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:57 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:57 +0100 |
commit | ad5f2635578a19ff8885bff1ef4d5adf7193cb02 (patch) | |
tree | 6139b0792dc92b8fce623887b0c0979aadca9fcf /arch/mips/pnx8550/Makefile | |
parent | 91a548d57e9c95bb47b66d9d3ac0bf381619a6e7 (diff) | |
download | blackbird-obmc-linux-ad5f2635578a19ff8885bff1ef4d5adf7193cb02.tar.gz blackbird-obmc-linux-ad5f2635578a19ff8885bff1ef4d5adf7193cb02.zip |
MIPS: PNX8550: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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/ |