source: rtems/c/src/lib/libcpu/Makefile.am @ 4a199a9

5
Last change on this file since 4a199a9 was 7e5c9b89, checked in by Sebastian Huber <sebastian.huber@…>, on 11/25/14 at 13:58:13

rtems: Move rtems_cache_aligned_malloc()

Make sure also the size is cache aligned since otherwise we may have
some overlap with the next allocation block. A cache invalidate on this
area would be fatal.

  • Property mode set to 100644
File size: 282 bytes
Line 
1include_libcpudir = $(includedir)/libcpu
2
3EXTRA_DIST =
4EXTRA_DIST += shared/include/cache.h
5EXTRA_DIST += shared/src/cache_manager.c
6
7SUBDIRS = @libcpu_cpu_subdir@
8DIST_SUBDIRS = @libcpu_cpu_subdir@
9
10include $(top_srcdir)/automake/subdirs.am
11include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.