Add Luna sources to list of sources to be formatted

This commit is contained in:
apio 2022-11-20 18:28:16 +01:00
parent ff952fa2e4
commit 285c3cc411
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ source $(dirname $0)/env.sh
cd $LUNA_ROOT
SOURCES=($(find kernel/src -type f | grep -v "\.asm"))
SOURCES+=($(find luna -type f | grep -v "CMakeLists.txt"))
ALL_OK=1

View File

@ -6,6 +6,7 @@ source $(dirname $0)/env.sh
cd $LUNA_ROOT
SOURCES=($(find kernel/src -type f | grep -v "\.asm"))
SOURCES+=($(find luna -type f | grep -v "CMakeLists.txt"))
for f in ${SOURCES[@]}
do