From ad12c64d028dbbaef4988cccd30887869a1ea238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A1ndor=20Istv=C3=A1n=20Kr=C3=A1cser?= Date: Mon, 13 May 2024 11:11:02 +0200 Subject: [PATCH] chore: Update Linux kernel version to v6.8 in Makefile (#226) * chore: Update Linux kernel version to v6.8 in Makefile * add missing comma --- .vscode/c_cpp_properties.json.template | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/c_cpp_properties.json.template b/.vscode/c_cpp_properties.json.template index dac58d71..ef5d6bac 100644 --- a/.vscode/c_cpp_properties.json.template +++ b/.vscode/c_cpp_properties.json.template @@ -27,7 +27,7 @@ "third-party/BearSSL/inc/", "third-party/parson/", "third-party/picohttpparser/", - "third-party/wasm3/source/" + "third-party/wasm3/source/", "${workspaceFolder}/include" ], "macFrameworkPath": [], diff --git a/Makefile b/Makefile index c0443feb..708b1d9f 100644 --- a/Makefile +++ b/Makefile @@ -175,9 +175,9 @@ setup-dev-env: test -f .vscode/c_cpp_properties.json || cp .vscode/c_cpp_properties.json.template .vscode/c_cpp_properties.json brew tap messense/macos-cross-toolchains brew install $(shell lima uname -m)-unknown-linux-gnu - test -d ../linux || git clone --depth=1 --branch v6.2 https://github.com/torvalds/linux.git ../linux + test -d ../linux || git clone --depth=1 --branch v6.8 https://github.com/torvalds/linux.git ../linux cd ../linux && lima make tinyconfig - cd ../linux && lima make -j + cd ../linux && lima make -j2 # Usage: make debug LINE=get_command+0x88/0x130 debug: