diff options
Diffstat (limited to 'test/env/Makefile')
-rw-r--r-- | test/env/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/env/Makefile b/test/env/Makefile index 5c8eae31b0..9a98fd4796 100644 --- a/test/env/Makefile +++ b/test/env/Makefile @@ -5,3 +5,4 @@ obj-y += cmd_ut_env.o obj-y += attr.o obj-y += hashtable.o +obj-$(CONFIG_ENV_IMPORT_FDT) += fdt.o |