X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=config.mk;h=344138759ca9381bdadbe02323f55fafcf76c9d5;hb=bb02c5366052f8aa619961e98cd2ef74631ce8f6;hp=91a8f2406b56d505413f2b3be7be17560ad73b35;hpb=7d9ec6a0aff88b6d7d3b36c04ff1ae490324ebf1;p=platform%2Fkernel%2Fu-boot.git diff --git a/config.mk b/config.mk index 91a8f24..3441387 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)