Commit f6bab6710c5502325a5c2423f09789ca201b33a7

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 5310b8b2a8

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/bios_emulator/Makefile
... ... @@ -8,7 +8,7 @@
8 8 $(X86DIR)/sys.o \
9 9 $(X86DIR)/debug.o
10 10  
11   -EXTRA_CFLAGS += -I. -I./include -I$(TOPDIR)/include \
  11 +EXTRA_CFLAGS += -I. -I./include \
12 12 -D__PPC__ -D__BIG_ENDIAN__
13 13  
14 14 CFLAGS += $(EXTRA_CFLAGS)