summaryrefslogtreecommitdiff
path: root/script/handle/make
diff options
context:
space:
mode:
Diffstat (limited to 'script/handle/make')
-rwxr-xr-xscript/handle/make/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/handle/make/config b/script/handle/make/config
index b2ecdfaf..3b48c986 100755
--- a/script/handle/make/config
+++ b/script/handle/make/config
@@ -77,7 +77,7 @@ main()
elfdir="elf/${project}"
- cfgsdir="resources/${project}"
+ cfgsdir="config/${project}"
[ -d "${cfgsdir}" ] || fail "directory, ${cfgsdir}, does not exist"
listfile="${cfgsdir}/build.list"