diff options
| author | Christian Lamparter | 2025-04-26 10:05:11 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2025-05-28 16:22:41 +0000 |
| commit | 62adc4bcbb1ba3e0df355341688bc2e1a764d1df (patch) | |
| tree | baf77ea77e027c00c93d2d0e8e1ef23763c755cd | |
| parent | de5e53770533ca27557ef82d20673c5c325c64b8 (diff) | |
| download | openwrt-62adc4bcbb1ba3e0df355341688bc2e1a764d1df.tar.gz | |
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 <rdunlap@infradead.org>
|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 <chunkeey@gmail.com>
| -rw-r--r-- | target/linux/uml/files/arch/um/include/uapi/asm/Kbuild | 0 |
1 files changed, 0 insertions, 0 deletions
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 e69de29bb2..0000000000 --- a/target/linux/uml/files/arch/um/include/uapi/asm/Kbuild +++ /dev/null |