Skip to content

Commit

Permalink
UBUNTU: [debian] Initial debian and ubuntu directories
Browse files Browse the repository at this point in the history
Based off Ubuntu-unstable-6.0.0-9.9.

Ignore: yes
Signed-off-by: Seth Forshee <[email protected]>
  • Loading branch information
leannogasawara authored and piso77 committed Mar 11, 2024
1 parent e8f897f commit e68fec9
Show file tree
Hide file tree
Showing 441 changed files with 283,622 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ modules.order
#
# Debian directory (make deb-pkg)
#
/debian/
#/debian/

#
# Snap directory (make snap-pkg)
Expand Down
2 changes: 2 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ source "net/Kconfig"

source "drivers/Kconfig"

source "ubuntu/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"
Expand Down
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,13 @@ RUSTFLAGS_KERNEL =
AFLAGS_KERNEL =
LDFLAGS_vmlinux =

# Prefer linux-backports-modules
ifneq ($(KBUILD_SRC),)
ifneq ($(shell if test -e $(KBUILD_OUTPUT)/ubuntu-build; then echo yes; fi),yes)
UBUNTUINCLUDE := -I/usr/src/linux-headers-lbm-$(KERNELRELEASE)
endif
endif

# Use USERINCLUDE when you must reference the UAPI directories only.
USERINCLUDE := \
-I$(srctree)/arch/$(SRCARCH)/include/uapi \
Expand All @@ -543,12 +550,16 @@ USERINCLUDE := \
# Use LINUXINCLUDE when you must reference the include/ directory.
# Needed to be compatible with the O= option
LINUXINCLUDE := \
$(UBUNTUINCLUDE) \
-I$(srctree)/arch/$(SRCARCH)/include \
-I$(objtree)/arch/$(SRCARCH)/include/generated \
$(if $(building_out_of_srctree),-I$(srctree)/include) \
-I$(objtree)/include \
$(USERINCLUDE)

# UBUNTU: Include our third party driver stuff too
LINUXINCLUDE += -Iubuntu/include $(if $(KBUILD_SRC),-I$(srctree)/ubuntu/include)

KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE

KBUILD_CFLAGS :=
Expand Down
1 change: 1 addition & 0 deletions debian.master/abi/5.11.0-9.10/abiname
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
25,343 changes: 25,343 additions & 0 deletions debian.master/abi/5.11.0-9.10/amd64/generic

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions debian.master/abi/5.11.0-9.10/amd64/generic.compiler
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GCC: (Ubuntu 10.2.1-19ubuntu1) 10.2.1 20210206
Loading

0 comments on commit e68fec9

Please sign in to comment.