aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-05 19:56:44 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-05 19:56:44 +0300
commitf6cbe043699e8f0a0a789848988bd514591461e6 (patch)
treeea3386b22596eee407cc64d4a6013c9368cf63a9 /README.md
parent37aa4f148f37e8d39cd28d24696b79e2b3638d65 (diff)
downloadUEFI-Lessons-f6cbe043699e8f0a0a789848988bd514591461e6.tar.gz
UEFI-Lessons-f6cbe043699e8f0a0a789848988bd514591461e6.tar.bz2
UEFI-Lessons-f6cbe043699e8f0a0a789848988bd514591461e6.zip
Add build tools lesson to the main README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a100acd..b0cd111 100644
--- a/README.md
+++ b/README.md
@@ -77,8 +77,9 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 71](Lessons/Lesson_71): Basic VFR builtins for strings: `stringref`/`toupper`/`tolower`/`length`
- [Lesson 72](Lessons/Lesson_72): Dynamically add elements to HII forms with a help of a `label` keyword
- [Lesson 73](Lessons/Lesson_73): Setting defaults for the VFR questions: `default`/`defaultstore`/`resetbutton` keywords
+_____
-
+- [Lesson XX](Lessons_uncategorized/Lesson_Build_tools): Build tools configuration via `Conf/tools_def.txt` file and `[BuildOptions]` section usage in INF and DSC files
_____
# Learning links