From: Christian Lamparter Date: Sat, 26 Apr 2025 10:05:11 +0000 (+0200) Subject: uml: remove left-overs from previous kernel bumps X-Git-Tag: v25.12.0-rc1~2522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62adc4bcbb1ba3e0df355341688bc2e1a764d1df;p=thirdparty%2Fopenwrt.git uml: remove left-overs from previous kernel bumps This should have been fixed by an upstream patch in 5.12 |commit ed102bf2afed226703eaf85a704755bdbea34583 |Author: Randy Dunlap |Date: Thu Apr 15 10:13:52 2021 -0700 | | um: Fix W=1 missing-include-dirs warnings | | Currently when using "W=1" with UML builds, there are over 700 warnings | cc1: warning: ./arch/um/include/uapi: No such file or directory [-Wmissing-include-dirs] | | but arch/um/ does not have include/uapi/ at all, so add that | subdir and put one Kbuild file into it (since git does not track | empty subdirs). Signed-off-by: Christian Lamparter --- diff --git a/target/linux/uml/files/arch/um/include/uapi/asm/Kbuild b/target/linux/uml/files/arch/um/include/uapi/asm/Kbuild deleted file mode 100644 index e69de29bb2d..00000000000