Skip to content
Snippets Groups Projects
Commit 57332957 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: ec74f5f9 (Makefile: Rename 'env' target to 'environ')
Reported-by: default avatarMåns Rullgård <mans@mansr.com>
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent de4e4eda
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment