From fbdd709ba63fa5fe48c00566e54a075bd24bff7e Mon Sep 17 00:00:00 2001 From: mintsuki Date: Fri, 15 Jan 2021 10:18:33 +0100 Subject: [PATCH] misc: Bump stivale commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 263915b8..3d3b559a 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ distclean: clean bootloader-clean stivale: git clone https://github.com/stivale/stivale.git - cd stivale && git checkout b962c172cbf1cf51098758b9a62ec80c50fb6432 + cd stivale && git checkout d0a7ca5642d89654f8d688c2481c2771a8653c99 stage2: stivale $(MAKE) -C stage2 all