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

sw/petalinux/Makefile: add makefile to build software

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 47258d75
# don't allow parallel make (only this one)
.NOTPARALLEL:
.PHONY: build
#TODO
# check env
all: config build package
config:
petalinux-config --get-hw-description=gw/ --defconfig
build:
petalinux-build
package:
petalinux-package --boot --u-boot --fpga --force
\ No newline at end of file
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