Commit e7292c62 authored by Adam Wujek's avatar Adam Wujek Committed by Adam Wujek

sw/petalinux/Makefile: check if needed commands are available

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent e8682f4c
# don't allow parallel make (only this one)
.NOTPARALLEL:
EXECUTABLES = petalinux-config petalinux-build petalinux-package
K := $(foreach exec,$(EXECUTABLES),\
$(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH")))
.PHONY: build
#TODO
# check env
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment