Skip to content

Commit 5b9e7f2

Browse files
committed
move uAPI headers under include/
mv linux -> include/linux We need include/drm now too, and it gets messy to have those as loose directories in the main one. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 7ec46ce commit 5b9e7f2

35 files changed

Lines changed: 3 additions & 3 deletions

Makefile.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# by selectively including just the uAPI header of the family directly
88
# from the kernel sources.
99

10-
UAPI_PATH:=../
10+
UAPI_PATH:=../include/
1111

1212
# scripts/headers_install.sh strips "_UAPI" from header guards so we
1313
# need the explicit -D matching what's in /usr, to avoid multiple definitions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)