]> git.sur5r.net Git - u-boot/blobdiff - env/Makefile
Merge git://git.denx.de/u-boot-sh
[u-boot] / env / Makefile
index 4c1bdcfdf495462224627541d530bb3dfafc85eb..7ce8231d9a70eaa585eb36e8bcf1ab91376cea36 100644 (file)
@@ -5,13 +5,12 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-y += common.o
+obj-y += common.o env.o
 
 ifndef CONFIG_SPL_BUILD
 obj-y += attr.o
 obj-y += callback.o
 obj-y += flags.o
-obj-$(CONFIG_ENV_IS_IN_DATAFLASH) += dataflash.o
 obj-$(CONFIG_ENV_IS_IN_EEPROM) += eeprom.o
 extra-$(CONFIG_ENV_IS_EMBEDDED) += embedded.o
 obj-$(CONFIG_ENV_IS_IN_EEPROM) += embedded.o