diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 08:36:00 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 08:45:17 +0200 |
| commit | d335a696d5aaf8f40d2f30555a2e1fe97a8f9e5c (patch) | |
| tree | ddb41cadb3d66a87900c79a3cb2344892a10f905 /DDKit | |
| parent | 8a54e46bc4b070930e96d316ab062bb9a35879da (diff) | |
[IMP] [unstable] Bootloader now moves DDK and SCI into boot folder
(which is a FAT32 partition).
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'DDKit')
| -rw-r--r-- | DDKit/source_deploy.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/DDKit/source_deploy.xml b/DDKit/source_deploy.xml index 6a03fdf8..3d2325a8 100644 --- a/DDKit/source_deploy.xml +++ b/DDKit/source_deploy.xml @@ -1,5 +1,7 @@ <SourceDeploy>
<HiddenFiles>
- <SourceFile>*.cxx, *.c, *.S</SourceFile>
+ <SourceFile>*.cxx</SourceFile>
+ <SourceFile>*.c</SourceFile>
+ <SourceFile>*.S</SourceFile>
</HiddenFiles>
</SourceDeploy>
|
