Fix out-of-tree build of various drivers

This commit is contained in:
Bjarne von Horn 2024-06-07 11:45:29 +02:00
parent b02f0492e0
commit a62bfcef9a
4 changed files with 12 additions and 0 deletions

View File

@ -23,6 +23,9 @@
#
#-----------------------------------------------------------------------------
src := @abs_srcdir@
ccflags-y := -I@abs_top_builddir@
TOPDIR := $(src)/../..
REV := $(shell if test -s $(TOPDIR)/revision; then \

View File

@ -23,6 +23,9 @@
#
#-----------------------------------------------------------------------------
src := @abs_srcdir@
ccflags-y := -I@abs_top_builddir@
TOPDIR := $(src)/../..
REV := $(shell if test -s $(TOPDIR)/revision; then \

View File

@ -23,6 +23,9 @@
#
#-----------------------------------------------------------------------------
src := @abs_srcdir@
ccflags-y := -I@abs_top_builddir@
TOPDIR := $(src)/../..
REV := $(shell if test -s $(TOPDIR)/revision; then \

View File

@ -31,6 +31,9 @@
#
#-----------------------------------------------------------------------------
src := @abs_srcdir@
ccflags-y := -I@abs_top_builddir@
TOPDIR := $(src)/../..
REV := $(shell if test -s $(TOPDIR)/revision; then \