Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Chubb <[email protected]>
  • Loading branch information
wom-bat authored and Ivan-Velickovic committed Aug 2, 2024
1 parent 3a00e03 commit ae6d8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ifeq ($(findstring ${SDDF}/include, ${CFLAGS}),)
CFLAGS += -I${SDDF}/include
endif
ifeq ($(findstring ${LIBVMM_DIR}/include,${CFLAGS}),)
CFLAGS +=-I${LIBVMM_DIR}/include
CFLAGS += -I${LIBVMM_DIR}/include
endif

ARCH_INDEP_FILES := src/util/printf.c \
Expand Down

0 comments on commit ae6d8c3

Please sign in to comment.