[U-Boot] [PATCH] bios_emulator: delete an unnecessary include path

-I$(TOPDIR)/include is defined in the top config.mk.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com --- drivers/bios_emulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/bios_emulator/Makefile b/drivers/bios_emulator/Makefile index 38fc48d..52a2ceb 100644 --- a/drivers/bios_emulator/Makefile +++ b/drivers/bios_emulator/Makefile @@ -8,7 +8,7 @@ obj-y = atibios.o biosemu.o besys.o bios.o \ $(X86DIR)/sys.o \ $(X86DIR)/debug.o
-EXTRA_CFLAGS += -I. -I./include -I$(TOPDIR)/include \ +EXTRA_CFLAGS += -I. -I./include \ -D__PPC__ -D__BIG_ENDIAN__
CFLAGS += $(EXTRA_CFLAGS)

On Wed, Nov 20, 2013 at 06:14:23PM +0900, Masahiro Yamada wrote:
-I$(TOPDIR)/include is defined in the top config.mk.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
Applied to u-boot/master, thanks!
participants (2)
-
Masahiro Yamada
-
Tom Rini