Makefile: Allow Ubuntu to find asm/e820.h.

Signed-off-by: James Hunt <james.o.hunt@intel.com>
This commit is contained in:
James Hunt
2015-10-16 12:37:30 +01:00
parent 5299047e5b
commit c5b70fc6e1

View File

@@ -308,6 +308,8 @@ LIBS += -lrt
LIBS += -lpthread
LIBS += -lutil
# FIXME: for asm/e820.h building on Ubuntu vivid.
CFLAGS += -I/usr/include/x86_64-linux-gnu
comma = ,