projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
445f85f
)
rockchip: not depends on TPL_BUILD for rk3188 makefile including
author
Kever Yang
<kever.yang@rock-chips.com>
Mon, 2 Sep 2019 07:59:03 +0000
(15:59 +0800)
committer
Kever Yang
<kever.yang@rock-chips.com>
Wed, 11 Sep 2019 08:16:12 +0000
(16:16 +0800)
The rk3188/Makefile already depends on !TPL_BUILD, so no need to add
this again in parent Makefile, remove it.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/Makefile
b/arch/arm/mach-rockchip/Makefile
index
207f900
..
616dd8f
100644
(file)
--- a/
arch/arm/mach-rockchip/Makefile
+++ b/
arch/arm/mach-rockchip/Makefile
@@
-31,9
+31,7
@@
endif
obj-$(CONFIG_ROCKCHIP_RK3036) += rk3036/
obj-$(CONFIG_ROCKCHIP_RK3128) += rk3128/
-ifndef CONFIG_TPL_BUILD
obj-$(CONFIG_ROCKCHIP_RK3188) += rk3188/
-endif
obj-$(CONFIG_ROCKCHIP_RK322X) += rk322x/
obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/
obj-$(CONFIG_ROCKCHIP_RK3328) += rk3328/