mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 04:44:46 +00:00
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>
This commit is contained in:
parent
5310b8b2a8
commit
f6bab6710c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue