diff options
Diffstat (limited to 'common/Makefile')
| -rw-r--r-- | common/Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/common/Makefile b/common/Makefile index 2f8a6719c..f50bf2ea9 100644 --- a/common/Makefile +++ b/common/Makefile @@ -231,6 +231,7 @@ COBJS-$(CONFIG_BOUNCE_BUFFER) += bouncebuf.o  COBJS-y += console.o  COBJS-y += dlmalloc.o  COBJS-y += image.o +COBJS-$(CONFIG_OF_LIBFDT) += image-fdt.o  COBJS-$(CONFIG_FIT) += image-fit.o  COBJS-y += memsize.o  COBJS-y += stdio.o |