forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Subject: [PATCH] Add build rule for README.
 
fix do_configure error:
Makefile.am: required file `./README' not found
 
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)
 
diff --git a/Makefile.am b/Makefile.am
index 49574a3..a5a7c2a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,3 +26,4 @@ libtool: $(LIBTOOL_DEPS)
 ChangeLog:
     git log --stat --decorate=short > $@
 
+README: README.md
-- 
2.7.4