From fd29c8fd1a962ff1e12a97ad1199e83d98c6390c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 20 Jul 2024 03:22:28 +0100 Subject: quackboot (same idea as klompboot), from audit6 this is based directly on the audit6 final revision. same idea as klompboot. remove u-boot and arm support, remove pico-serprog, remove support for making release archives, and basically see how small the build system can possible get. quackboot *beats* the very first klompboot, at 790 lines, because klompboot 1 was just over 800 lines. klompboot 2 was 701 lines. vendor file logic is about 200 sloc so the next klompboot will be about 600 lines. this is the very first quackboot. Signed-off-by: Leah Rowe --- config/submodule/stm32-vserprog/libopencm3/module.cfg | 3 --- config/submodule/stm32-vserprog/module.list | 1 - 2 files changed, 4 deletions(-) delete mode 100644 config/submodule/stm32-vserprog/libopencm3/module.cfg delete mode 100644 config/submodule/stm32-vserprog/module.list (limited to 'config/submodule/stm32-vserprog') diff --git a/config/submodule/stm32-vserprog/libopencm3/module.cfg b/config/submodule/stm32-vserprog/libopencm3/module.cfg deleted file mode 100644 index 9fb3460b..00000000 --- a/config/submodule/stm32-vserprog/libopencm3/module.cfg +++ /dev/null @@ -1,3 +0,0 @@ -subhash="458250dc6147dc807eec9e4d5a6caf38a699ecb1" -subrepo="https://codeberg.org/libreboot/libopencm3" -subrepo_bkup="https://github.com/libopencm3/libopencm3" diff --git a/config/submodule/stm32-vserprog/module.list b/config/submodule/stm32-vserprog/module.list deleted file mode 100644 index f14cc1fa..00000000 --- a/config/submodule/stm32-vserprog/module.list +++ /dev/null @@ -1 +0,0 @@ -libopencm3 -- cgit v1.2.1