commit | 2d0b251c603c678c5b664499ecca249a5dc9326c | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <kelvin.zhang@amlogic.com> | Thu Jan 13 14:45:00 2022 +0800 |
committer | Kelvin Zhang <kelvin.zhang@amlogic.com> | Thu Jan 13 14:45:00 2022 +0800 |
tree | 146f4926e1976927a5c5bb477628fa6e90b224be | |
parent | aed6599152ecd57bb91fdc88ef389f543b240dd1 [diff] [blame] |
Makefile: a minor fix [1/1] PD#SWPL-66582 Problem: a minor fix Solution: a minor fix Verify: ad409_a113l Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com> Change-Id: Ie517eebd60a7d95b42d7b81299f4b92b8b799a4c
diff --git a/Makefile b/Makefile index be7e9c2..36045cf 100755 --- a/Makefile +++ b/Makefile
@@ -225,7 +225,7 @@ .PHONY: docs docs: @ if [ ! -d $($@_BUILD_DIR) ]; then mkdir -p $($@_BUILD_DIR); fi - (cd $($@_BUILD_DIR); \ + @ (cd $($@_BUILD_DIR); \ cmake $($@_DIR); \ make)