summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt/Makefile.am
blob: 012923861d6efb2c3bfecc2c3bb09dbd3b1c848b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(top_srcdir)/automake/compile.am

noinst_LIBRARIES = libfdt.a

libfdt_a_SOURCES =
libfdt_a_SOURCES += fdt_addresses.c
libfdt_a_SOURCES += fdt.c
libfdt_a_SOURCES += fdt_empty_tree.c
libfdt_a_SOURCES += fdt_ro.c
libfdt_a_SOURCES += fdt_rw.c
libfdt_a_SOURCES += fdt_strerror.c
libfdt_a_SOURCES += fdt_sw.c
libfdt_a_SOURCES += fdt_wip.c

include $(top_srcdir)/automake/local.am