source: rtems/c/src/lib/libcpu/or1k/Makefile.am @ 102fd7c9

5
Last change on this file since 102fd7c9 was 102fd7c9, checked in by Sebastian Huber <sebastian.huber@…>, on 12/07/17 at 08:19:16

bsps: Do not install <libcpu/cache.h>

This is a cache manager implementation header file.

Update #3254.

  • Property mode set to 100644
File size: 468 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3include $(top_srcdir)/../../../automake/compile.am
4
5CLEANFILES =
6DISTCLEANFILES =
7noinst_PROGRAMS =
8
9## shared/cache
10noinst_PROGRAMS += shared/cache.rel
11shared_cache_rel_SOURCES = shared/cache/cache.c ../shared/src/cache_manager.c
12shared_cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shared/cache
13shared_cache_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
14
15include $(srcdir)/preinstall.am
16
17include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.