X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=config.mk;h=344138759ca9381bdadbe02323f55fafcf76c9d5;hb=4c54419737ffbfadd605263d97a1357bb03c04e8;hp=91a8f2406b56d505413f2b3be7be17560ad73b35;hpb=9cc18042e61275210cf888e5759347eeb2a2e297;p=u-boot diff --git a/config.mk b/config.mk index 91a8f2406b..344138759c 100644 --- a/config.mk +++ b/config.mk @@ -257,10 +257,10 @@ endif endif ifneq ($(OBJTREE),$(SRCTREE)) -CPPFLAGS += -I$(OBJTREE)/include2 -I$(OBJTREE)/include +CPPFLAGS += -I$(OBJTREE)/include endif -CPPFLAGS += -I$(TOPDIR)/include +CPPFLAGS += -I$(TOPDIR)/include -I$(SRCTREE)/arch/$(ARCH)/include CPPFLAGS += -fno-builtin -ffreestanding -nostdinc \ -isystem $(gccincdir) -pipe $(PLATFORM_CPPFLAGS)