Add qemu 2.4.0
[kvmfornfv.git] / qemu / dtc / Makefile.utils
1 #
2 # This is not a complete Makefile of itself.  Instead, it is designed to
3 # be easily embeddable into other systems of Makefiles.
4 #
5
6 FDTDUMP_SRCS = \
7         fdtdump.c \
8         util.c
9
10 FDTDUMP_OBJS = $(FDTDUMP_SRCS:%.c=%.o)
11
12
13 FDTGET_SRCS = \
14         fdtget.c \
15         util.c
16
17 FDTGET_OBJS = $(FDTGET_SRCS:%.c=%.o)
18
19
20 FDTPUT_SRCS = \
21         fdtput.c \
22         util.c
23
24 FDTPUT_OBJS = $(FDTPUT_SRCS:%.c=%.o)