Skip to content

Commit

Permalink
bios_emulator: delete an unnecessary include path
Browse files Browse the repository at this point in the history
-I$(TOPDIR)/include is defined in the top config.mk.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y authored and trini committed Nov 25, 2013
1 parent 5310b8b commit f6bab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bios_emulator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f6bab67

Please sign in to comment.