]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - Makefile
UBUNTU: SAUCE: Makefile: Fix compiler warnings
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Mon, 14 Feb 2022 10:29:36 +0000 (11:29 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 22 Feb 2022 18:10:39 +0000 (19:10 +0100)
commitd6d50b39cbe34b24db9ba7b73daf7861889c53a7
tree7fe5091ca7b4902a4179e3132cf479d2043fb53e
parent697533115c55cf531f563036bf4af6f0e9e0aaf6
UBUNTU: SAUCE: Makefile: Fix compiler warnings

When building out-of-tree (which we do for package builds), the compiler
emits the following warning:

cc1: warning: ubuntu/include: No such file or directory [-Wmissing-include-dirs]

Fix that by (always) using the absolute path of the include directory.

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Acked-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Makefile