]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
env: Fix operation of 'make environ'
authorSimon Glass <sjg@chromium.org>
Tue, 5 Sep 2017 07:53:58 +0000 (01:53 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 6 Sep 2017 00:34:08 +0000 (20:34 -0400)
commit573329571435eae967182baf94b2146188fb1ee5
treed583578af128ea522ede72baa84817bcacd2f7e5
parentde4e4edaffeeb56aeb9354662872cbbcaf46d4cd
env: Fix operation of 'make environ'

This was broken by the recent environment refactoring. Specifically:

$  make environ
scripts/Makefile.build:59: tools/environ/Makefile: No such file or directory
make[1]: *** No rule to make target 'tools/environ/Makefile'.  Stop.
make: *** [Makefile:1469: environ] Error 2

Fix this by updating the Makefile and adjusting the #include filesnames in
two C files.

Fixes: ec74f5f (Makefile: Rename 'env' target to 'environ')
Reported-by: Måns Rullgård <mans@mansr.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
tools/env/README