Makefile: enable crypto-perf build

This build was excluded from the 'make demos' targets as
it was failing. Now the build is fixed, adding the build back.
This commit is contained in:
Ed Bartosh 2018-11-26 11:22:33 +02:00
parent aef160d566
commit 9f961419fc

View File

@ -48,7 +48,7 @@ $(images):
images: $(images)
demos = $(shell cd demo/ && ls -d */ | sed 's/\(.\+\)\//\1/g' | grep -v crypto-perf)
demos = $(shell cd demo/ && ls -d */ | sed 's/\(.\+\)\//\1/g')
$(demos):
@cd demo/ && ./build-image.sh $@ $(BUILDER)