diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-08 03:56:42 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-08 03:56:42 -0500 |
| commit | e6768dc3b6c7864166211fd6e2f67ff4e5a2cbe5 (patch) | |
| tree | 8fd8793369c30ddbfb61366407db3d464a95ad6b /scripts/kernel_ci_x64.sh | |
| parent | 1b82bb9468d38757b27d0723af26c2b052d92ce3 (diff) | |
chore: use `enum struct` instead of `enum class`.
chore: build scripts improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts/kernel_ci_x64.sh')
| -rwxr-xr-x | scripts/kernel_ci_x64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kernel_ci_x64.sh b/scripts/kernel_ci_x64.sh index 42f61636..614ff65e 100755 --- a/scripts/kernel_ci_x64.sh +++ b/scripts/kernel_ci_x64.sh @@ -6,4 +6,4 @@ export ATA_DMA_SUPPORT= export DEBUG_SUPPORT=1 cd src/kernel -make -f amd64-desktop.make all +make -f amd64-desktop.make all |
