mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
MALI: utgard: Kbuild: Fix src path
Make $(src) as absolute path if it isn't already, by prefixing $(srctree). Fix build module with "O=dir". Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: I4e6d1f252e51956dc264e544ebbf7cf774a39c5d
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
|
||||
# This file is called by the Linux build system.
|
||||
|
||||
# make $(src) as absolute path if it isn't already, by prefixing $(srctree)
|
||||
src:=$(if $(patsubst /%,,$(src)),$(srctree)/$(src),$(src))
|
||||
|
||||
# set up defaults if not defined by the user
|
||||
TIMESTAMP ?= default
|
||||
OS_MEMORY_KERNEL_BUFFER_SIZE_IN_MB ?= 16
|
||||
|
||||
Reference in New Issue
Block a user