X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fopenbios%2FMakefile.target;fp=qemu%2Froms%2Fopenbios%2FMakefile.target;h=4c54105a78dee4c775849a1f4a2bc0234c09576f;hb=437fd90c0250dee670290f9b714253671a990160;hp=a7363e667f44d8e91457a5fdd637a9b5afe54023;hpb=5bbd6fe9b8bab2a93e548c5a53b032d1939eec05;p=kvmfornfv.git diff --git a/qemu/roms/openbios/Makefile.target b/qemu/roms/openbios/Makefile.target index a7363e667..4c54105a7 100644 --- a/qemu/roms/openbios/Makefile.target +++ b/qemu/roms/openbios/Makefile.target @@ -15,7 +15,7 @@ HOSTCFLAGS+= -Wstrict-aliasing -Wwrite-strings -Wmissing-prototypes -Wnested-ext HOSTCFLAGS+= -W # Flags for dependency generation HOSTCFLAGS+= -MMD -MP -MT $@ -MF '$(*D)/$(*F).d' -HOSTINCLUDES := -I$(SRCDIR)/include -I$(SRCDIR)/kernel -I$(SRCDIR)/kernel/include -I$(ODIR)/target/include +HOSTINCLUDES := -I$(SRCDIR)/include -I$(SRCDIR)/kernel -I$(SRCDIR)/kernel/include -iquote $(ODIR)/target/include CC := $(TARGET)gcc AS := $(TARGET)as