From c887853a77d3cdac7b92d65a44a680fae18ddf25 Mon Sep 17 00:00:00 2001 From: liuzh Date: Thu, 23 May 2024 15:38:19 +0800 Subject: [PATCH] fix haoc-kernel patch file. --- 0005-haoc-kernel.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/0005-haoc-kernel.patch b/0005-haoc-kernel.patch index c5bc614..2d9484f 100644 --- a/0005-haoc-kernel.patch +++ b/0005-haoc-kernel.patch @@ -106,7 +106,6 @@ Date: Wed Mar 6 12:31:11 2024 +0800 migrate openeuler-commit code. (need some fix before compiling) --- - .gitignore | 4 + Makefile | 3 +- arch/arm64/Kconfig | 18 + arch/arm64/include/asm/assembler.h | 67 + @@ -232,25 +231,6 @@ Date: Wed Mar 6 12:31:11 2024 +0800 create mode 100644 arch/arm64/kernel/koi/koi.c create mode 100644 include/linux/iee-func.h -diff --git a/.gitignore b/.gitignore -index 0bbae167bf93..77b3024b92d5 100644 ---- a/.gitignore -+++ b/.gitignore -@@ -51,6 +51,7 @@ - *.tar - *.xz - *.zst -+*.log - Module.symvers - modules.order - -@@ -170,3 +171,6 @@ sphinx_*/ - - # Rust analyzer configuration - /rust-project.json -+ -+#command -+command.txt diff --git a/Makefile b/Makefile index 8e6d9b894b1e..20c367b5957d 100644 --- a/Makefile