Skip to content
Snippets Groups Projects
Commit f6bab671 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

bios_emulator: delete an unnecessary include path


-I$(TOPDIR)/include is defined in the top config.mk.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 5310b8b2
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ obj-y = atibios.o biosemu.o besys.o bios.o \ ...@@ -8,7 +8,7 @@ obj-y = atibios.o biosemu.o besys.o bios.o \
$(X86DIR)/sys.o \ $(X86DIR)/sys.o \
$(X86DIR)/debug.o $(X86DIR)/debug.o
EXTRA_CFLAGS += -I. -I./include -I$(TOPDIR)/include \ EXTRA_CFLAGS += -I. -I./include \
-D__PPC__ -D__BIG_ENDIAN__ -D__PPC__ -D__BIG_ENDIAN__
CFLAGS += $(EXTRA_CFLAGS) CFLAGS += $(EXTRA_CFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment