Skip to content

Commit

Permalink
Update 2024-07-17-qemu_linux_61.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Huang weiliang committed Jul 17, 2024
1 parent 9a27984 commit be1efa4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _posts/2024-07-17-qemu_linux_61.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ For the folder common which is the kernel source code location. Please do follo

```diff

diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig
index bc18ada0bd54..eeab358fa3ed 100644
--- a/arch/arm64/configs/gki_defconfig
+++ b/arch/arm64/configs/gki_defconfig
@@ -744,3 +744,17 @@ CONFIG_KUNIT=y
Expand Down Expand Up @@ -85,8 +83,6 @@ The folder device_test1 and hello-world-module is the 2 modules we are going to
To compile these 2 kernel modules we need do following change :

```diff
diff --git a/BUILD.bazel b/BUILD.bazel
index b01e18c..8f285de 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -92,6 +92,20 @@ filegroup(
Expand Down

0 comments on commit be1efa4

Please sign in to comment.