source: rtems/cpukit/dtc/libfdt/Makefile.am @ 54c0b57

5
Last change on this file since 54c0b57 was 68e1ccc4, checked in by Sebastian Huber <sebastian.huber@…>, on 09/11/18 at 04:30:20

build: Remove specialized CPPFLAGS

  • Property mode set to 100644
File size: 383 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3noinst_LIBRARIES = libfdt.a
4
5libfdt_a_SOURCES =
6libfdt_a_SOURCES += fdt_addresses.c
7libfdt_a_SOURCES += fdt.c
8libfdt_a_SOURCES += fdt_empty_tree.c
9libfdt_a_SOURCES += fdt_ro.c
10libfdt_a_SOURCES += fdt_rw.c
11libfdt_a_SOURCES += fdt_strerror.c
12libfdt_a_SOURCES += fdt_sw.c
13libfdt_a_SOURCES += fdt_wip.c
14
15include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.