aboutsummaryrefslogtreecommitdiff
path: root/Makefile.utils
blob: fae5b00859399889ca1507a296c205f2056a0d5f (plain)
1
2
3
4
5
6
7
8
9
10
#
# This is not a complete Makefile of itself.  Instead, it is designed to
# be easily embeddable into other systems of Makefiles.
#

FDTDUMP_SRCS = \
	fdtdump.c \
	util.c

FDTDUMP_OBJS = $(FDTDUMP_SRCS:%.c=%.o)