summaryrefslogtreecommitdiffhomepage
path: root/debug_mbci.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 19:49:20 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 19:49:20 +0100
commit328487312fbbeb7a2cdf0b5508c74a43cdb5d499 (patch)
tree8a19721812c07a42d46c47b67dfc306642bc2f1d /debug_mbci.sh
parent0711ecc7b775c861df179d8856af9be97944cba4 (diff)
kernel(platform): Remove AXP platform.
public(CF.fwrk): Add btb file to CF framework. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'debug_mbci.sh')
-rwxr-xr-xdebug_mbci.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/debug_mbci.sh b/debug_mbci.sh
deleted file mode 100755
index 1742baa7..00000000
--- a/debug_mbci.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-export MBCI_SUPPORT=1
-export UFS_SUPPORT=
-export AHCI_SUPPORT=
-export ATA_DMA_SUPPORT=
-export ATA_PIO_SUPPORT=
-export DEBUG_SUPPORT=1
-
-cd kernel
-make -f arm64-desktop.make all
-cd ../boot
-make -f arm64-desktop.make all
-make -f arm64-desktop.make run \ No newline at end of file