diff options
author | Ganesan Ramalingam <ganesanr@broadcom.com> | 2015-01-07 16:58:38 +0530 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 17:21:54 +0200 |
commit | 94e37fc22a99ce8f4b1995e4ead1c51c27923ae3 (patch) | |
tree | 3069b2adad636ebcdd4bcc6696201d5c54fe489d /arch/mips/boot/dts/netlogic/Makefile | |
parent | 065d7029a83dab2c4d3947c0c8462e5c4ae5a5a6 (diff) | |
download | lwn-94e37fc22a99ce8f4b1995e4ead1c51c27923ae3.tar.gz lwn-94e37fc22a99ce8f4b1995e4ead1c51c27923ae3.zip |
MIPS: Netlogic: Add built-in dts for XLP5xx boards
Signed-off-by: Ganesan Ramalingam <ganesanr@broadcom.com>
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8896/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/netlogic/Makefile')
-rw-r--r-- | arch/mips/boot/dts/netlogic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/netlogic/Makefile b/arch/mips/boot/dts/netlogic/Makefile index e126cd3171c7..9868057140b5 100644 --- a/arch/mips/boot/dts/netlogic/Makefile +++ b/arch/mips/boot/dts/netlogic/Makefile @@ -2,6 +2,7 @@ dtb-$(CONFIG_DT_XLP_EVP) += xlp_evp.dtb dtb-$(CONFIG_DT_XLP_SVP) += xlp_svp.dtb dtb-$(CONFIG_DT_XLP_FVP) += xlp_fvp.dtb dtb-$(CONFIG_DT_XLP_GVP) += xlp_gvp.dtb +dtb-$(CONFIG_DT_XLP_RVP) += xlp_rvp.dtb obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y)) |