]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0a69468aa8fd54db9efa8b05123887e45dae98b2
treed583578af128ea522ede72baa84817bcacd2f7e5
parent64eed0c9b55d2c0e5b33b2995c8cad47672b68c1
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: aa534d2 (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