David Gibson | d9d679f | 2007-06-26 12:45:51 +1000 | [diff] [blame] | 1 | # Makefile.libfdt |
| 2 | # |
| 3 | # This is not a complete Makefile of itself. Instead, it is designed to |
| 4 | # be easily embeddable into other systems of Makefiles. |
| 5 | # |
Paolo Bonzini | 99c1db7 | 2011-04-26 20:45:27 +1000 | [diff] [blame] | 6 | LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1 |
Jon Loeliger | a653228 | 2008-07-23 10:20:53 -0500 | [diff] [blame] | 7 | LIBFDT_INCLUDES = fdt.h libfdt.h |
Josh Boyer | 6272182 | 2009-01-02 08:20:34 -0500 | [diff] [blame] | 8 | LIBFDT_VERSION = version.lds |
David Gibson | be60268 | 2012-06-01 14:12:38 +1000 | [diff] [blame] | 9 | LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c fdt_empty_tree.c |
David Gibson | ad9593f | 2007-10-04 15:37:43 +1000 | [diff] [blame] | 10 | LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o) |