diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 14:25:56 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 14:25:56 +0200 |
commit | 91a548d57e9c95bb47b66d9d3ac0bf381619a6e7 (patch) | |
tree | 4ed552b8cd6d9454af952e2e34d6c648d166431e /arch/mips/pnx833x/Makefile | |
parent | MIPS: STB8550: Move boards over to obj-y (diff) | |
download | linux-91a548d57e9c95bb47b66d9d3ac0bf381619a6e7.tar.xz linux-91a548d57e9c95bb47b66d9d3ac0bf381619a6e7.zip |
MIPS: PNX833x: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pnx833x/Makefile')
-rw-r--r-- | arch/mips/pnx833x/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/pnx833x/Makefile b/arch/mips/pnx833x/Makefile new file mode 100644 index 000000000000..02c4698cab05 --- /dev/null +++ b/arch/mips/pnx833x/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_SOC_PNX833X) += common/ +obj-$(CONFIG_NXP_STB220) += stb22x/ +obj-$(CONFIG_NXP_STB225) += stb22x/ |