Skip to content

Commit

Permalink
revert test config in environment and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kozyilmaz committed Oct 4, 2017
1 parent b6ec3f9 commit f154eea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ ifeq ($(BSPROOT),)
$(error You must first run 'source environment')
endif

#subdir-y := tools
subdir-y := tools
subdir-y += zcash

#zcash_depends-y = \
# tools
zcash_depends-y = \
tools

include Makefile.lib

Expand Down
2 changes: 1 addition & 1 deletion environment
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BSPJOB=4
BSPROOT=`pwd`
BSPTOOLS=/usr/local/tools-dde411966bacc35f2f3096eaa2c7bbcb47010ca4
BSPTOOLS=${BSPROOT}/tools/o
BSPROOTFS=${BSPROOT}/rootfs
BSPINSTALL=${BSPROOT}/out
PATH=${BSPTOOLS}/bin:${PATH}
Expand Down

0 comments on commit f154eea

Please sign in to comment.