aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/fdt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/efi/fdt/Makefile')
-rw-r--r--stand/efi/fdt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/efi/fdt/Makefile b/stand/efi/fdt/Makefile
index bbb380f52184..15a42614a422 100644
--- a/stand/efi/fdt/Makefile
+++ b/stand/efi/fdt/Makefile
@@ -12,6 +12,7 @@ SRCS= efi_fdt.c
# EFI library headers
CFLAGS+= -I${EFISRC}/include
CFLAGS+= -I${EFISRC}/include/${MACHINE}
+CFLAGS+= -I${EDK2INC}
# libfdt headers
CFLAGS+= -I${FDTSRC}