diff options
author | Joursoir <chat@joursoir.net> | 2021-12-12 15:41:10 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-12-12 15:41:10 +0300 |
commit | f53d57392a240abbea84905e28683576d2e696df (patch) | |
tree | 1b39acbcedf66c34440a59f5a3cee375aa65f4ec /Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf | |
parent | afd916c38fda0d70b83015ed867c30bc1578fc14 (diff) | |
download | ufm-f53d57392a240abbea84905e28683576d2e696df.tar.gz ufm-f53d57392a240abbea84905e28683576d2e696df.tar.bz2 ufm-f53d57392a240abbea84905e28683576d2e696df.zip |
ufm: add the 'cmds' module to sources
Diffstat (limited to 'Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf')
-rw-r--r-- | Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf index 3e8bb60..31277f9 100644 --- a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf +++ b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf @@ -19,6 +19,7 @@ panel.c dir.c fs.c + cmds.c actions.c UefiShellUfmCommandLib.c |