aboutsummaryrefslogtreecommitdiff
path: root/util/marvell/doimage_mv/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'util/marvell/doimage_mv/Makefile.inc')
-rw-r--r--util/marvell/doimage_mv/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/marvell/doimage_mv/Makefile.inc b/util/marvell/doimage_mv/Makefile.inc
index 4020166261..3f4f528abd 100644
--- a/util/marvell/doimage_mv/Makefile.inc
+++ b/util/marvell/doimage_mv/Makefile.inc
@@ -1,8 +1,9 @@
## SPDX-License-Identifier: GPL-2.0-only
+TOP = $(abspath ../../..)
DOIMAGE_FOLDER = marvell/doimage_mv
DOIMAGE_BINARY = doimage
-CFLAGS = -g -O1 -I./../inc -DMV_CPU_LE
+CFLAGS = -g -O1 -I./../inc -DMV_CPU_LE -I $(TOP)/src/commonlib/bsd/include
$(objutil)/$(DOIMAGE_FOLDER):
mkdir -p $@