summaryrefslogtreecommitdiff
path: root/env/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-03 12:22:00 -0600
committerTom Rini <trini@konsulko.com>2017-08-15 20:50:26 -0400
commitc9d728dd33fe7c45711395c72b2113ea7c18fc72 (patch)
tree1e8e176158357f39036c303ab035f816798e6cfd /env/Makefile
parentc1c3fe23070ac924e65208abbf8d2396bcc08008 (diff)
env: Add a new implementation of environment access
We plan to move to a environment access via drivers for each location where the environment can be stored. Add an implementation for this. So far it is not used, but will be pressed into service in a future patch. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'env/Makefile')
-rw-r--r--env/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/env/Makefile b/env/Makefile
index 4c1bdcfdf4..8df5b9d4c9 100644
--- a/env/Makefile
+++ b/env/Makefile
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-y += common.o
+obj-y += common.o env.o
ifndef CONFIG_SPL_BUILD
obj-y += attr.o