Skip to content

Commit

Permalink
append extra search path
Browse files Browse the repository at this point in the history
  • Loading branch information
soap-DEIM committed May 16, 2013
1 parent 6bb4833 commit 4f5973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ define switch_ram_base_func
echo "RAM_BASE := $(1)" >> $(OBJ_BASE)/Makeconf.ram_base
endef

BUILDDIR_SEARCHPATH = $(OBJ_BASE)/bin/$(ARCH)_$(CPU):$(OBJ_BASE)/bin/$(ARCH)_$(CPU)/$(BUILD_ABI):$(OBJ_BASE)/lib/$(ARCH)_$(CPU):$(OBJ_BASE)/lib/$(ARCH)_$(CPU)/$(BUILD_ABI)
BUILDDIR_SEARCHPATH = $(OBJ_BASE)/bin/$(ARCH)_$(CPU):$(OBJ_BASE)/bin/$(ARCH)_$(CPU)/$(BUILD_ABI):$(OBJ_BASE)/lib/$(ARCH)_$(CPU):$(OBJ_BASE)/lib/$(ARCH)_$(CPU)/$(BUILD_ABI):$(OBJ_BASE)/conf:$(OBJ_BASE)/prebuilt

QEMU_ARCH_MAP_$(ARCH) = qemu-system-$(ARCH)
QEMU_ARCH_MAP_x86 = $(strip $(shell if qemu-system-i386 -version > /dev/null; then echo qemu-system-i386; else echo qemu; fi))
Expand Down

0 comments on commit 4f5973e

Please sign in to comment.