diff options
author | Olof Johansson <olof@lixom.net> | 2013-01-30 19:04:23 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-01-30 19:04:56 +0100 |
commit | 3e93093ecd0c144e86a86cc1f165221b6cd3e7fb (patch) | |
tree | 0d6dffb90985bd90fd0ca43076a629f12e277096 /arch/arm64/boot/dts/Makefile | |
parent | Merge tag 'coh901318-for-arm-soc' of http://git.kernel.org/pub/scm/linux/kern... (diff) | |
parent | arm: Move sp810.h to include/linux/amba/ (diff) | |
download | linux-3e93093ecd0c144e86a86cc1f165221b6cd3e7fb.tar.xz linux-3e93093ecd0c144e86a86cc1f165221b6cd3e7fb.zip |
Merge tag 'vexpress/drivers-for-3.9' of git://git.linaro.org/people/pawelmoll/linux into next/drivers
From Pawel Moll:
Versatile Express related driver updates for 3.9:
* Move sp810 header to a more generic location,
mainly to share it with arm64
* tag 'vexpress/drivers-for-3.9' of git://git.linaro.org/people/pawelmoll/linux:
arm: Move sp810.h to include/linux/amba/
+ Linux 3.8-rc5
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/boot/dts/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index 801e2d7fcbc6..32ac0aef0068 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,4 +1,5 @@ targets += dtbs +targets += $(dtb-y) dtbs: $(addprefix $(obj)/, $(dtb-y)) |