forked from Imagelibrary/rtems
15 lines
290 B
Makefile
15 lines
290 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
noinst_HEADERS = shared/include/cache.h
|
|
|
|
noinst_HEADERS += shared/src/cache_aligned_malloc.c \
|
|
shared/src/cache_manager.c
|
|
|
|
SUBDIRS = @libcpu_cpu_subdir@
|
|
DIST_SUBDIRS = @libcpu_cpu_subdir@
|
|
|
|
include $(top_srcdir)/automake/subdirs.am
|
|
include $(top_srcdir)/automake/local.am
|