diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-24 14:47:15 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-24 14:47:15 +0300 |
commit | 78065e53ab2daac8524a2428faaa41280cb6cc73 (patch) | |
tree | a772cb4a76be5858acbe6e62e0e83bc228ac2581 /Lesson_17/Conf | |
parent | 9d89eecb980b52ef61c1374f0661d2591c51cf8a (diff) | |
download | UEFI-Lessons-78065e53ab2daac8524a2428faaa41280cb6cc73.tar.gz UEFI-Lessons-78065e53ab2daac8524a2428faaa41280cb6cc73.tar.bz2 UEFI-Lessons-78065e53ab2daac8524a2428faaa41280cb6cc73.zip |
Add lesson 17
Diffstat (limited to 'Lesson_17/Conf')
-rw-r--r-- | Lesson_17/Conf/target.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lesson_17/Conf/target.txt b/Lesson_17/Conf/target.txt new file mode 100644 index 0000000..c109dcf --- /dev/null +++ b/Lesson_17/Conf/target.txt @@ -0,0 +1,7 @@ +ACTIVE_PLATFORM = UefiLessonsPkg/UefiLessonsPkg.dsc
+TARGET = RELEASE
+TARGET_ARCH = X64
+TOOL_CHAIN_CONF = Conf/tools_def.txt
+TOOL_CHAIN_TAG = GCC5
+BUILD_RULE_CONF = Conf/build_rule.txt
+
|