[U-Boot] [PATCH v3 2/2] rockchip: video: Makefile: Modify Makefile for rockchip video driver

2017-04-17 Thread Eric Gao
Modify Makefile for rockchip video driver according to Kconfig, so that source code will not be compiled if not needed. Signed-off-by: Eric Gao --- drivers/video/rockchip/Makefile | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/video/rockchip/Makefile b/drivers

Re: [U-Boot] [PATCH v3 2/2] rockchip: video: Makefile: Modify Makefile for rockchip video driver

2017-04-17 Thread Simon Glass
On 17 April 2017 at 08:24, Eric Gao wrote: > Modify Makefile for rockchip video driver according to Kconfig, so that > source code will not be compiled if not needed. > > Signed-off-by: Eric Gao > --- > > drivers/video/rockchip/Makefile | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-)

Re: [U-Boot] [PATCH v3 2/2] rockchip: video: Makefile: Modify Makefile for rockchip video driver

2017-04-20 Thread Simon Glass
On 17 April 2017 at 21:59, Simon Glass wrote: > On 17 April 2017 at 08:24, Eric Gao wrote: >> Modify Makefile for rockchip video driver according to Kconfig, so that >> source code will not be compiled if not needed. >> >> Signed-off-by: Eric Gao >> --- >> >> drivers/video/rockchip/Makefile | 7