diff options
Diffstat (limited to 'Makefile.utils')
| -rw-r--r-- | Makefile.utils | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.utils b/Makefile.utils index 48ece494b1c4..e0289229e6a5 100644 --- a/Makefile.utils +++ b/Makefile.utils @@ -22,3 +22,9 @@ FDTPUT_SRCS = \ util.c FDTPUT_OBJS = $(FDTPUT_SRCS:%.c=%.o) + +FDTOVERLAY_SRCS = \ + fdtoverlay.c \ + util.c + +FDTOVERLAY_OBJS = $(FDTOVERLAY_SRCS:%.c=%.o) |
