summaryrefslogtreecommitdiffstats
path: root/drivers/bios_emulator
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-20 18:14:23 +0900
committerTom Rini <trini@ti.com>2013-11-25 10:41:54 -0500
commitf6bab6710c5502325a5c2423f09789ca201b33a7 (patch)
treec75134ba82125fe48ed1661f867b4c73161d494c /drivers/bios_emulator
parent5310b8b2a894a8e7fa76bf59e50ec0935603b0ca (diff)
downloadtalos-obmc-uboot-f6bab6710c5502325a5c2423f09789ca201b33a7.tar.gz
talos-obmc-uboot-f6bab6710c5502325a5c2423f09789ca201b33a7.zip
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>
Diffstat (limited to 'drivers/bios_emulator')
-rw-r--r--drivers/bios_emulator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bios_emulator/Makefile b/drivers/bios_emulator/Makefile
index 38fc48d1b1..52a2ceb475 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)
OpenPOWER on IntegriCloud