mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Merge-in shared/Makefile.am.
This commit is contained in:
@@ -4,9 +4,33 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
SUBDIRS = shared at91rm9200 mc9328mxl s3c2400
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
all-local: $(TMPINSTALL_FILES)
|
||||
CLEANFILES =
|
||||
DISTCLEANFILES =
|
||||
EXTRA_DIST =
|
||||
|
||||
SUBDIRS = at91rm9200 mc9328mxl s3c2400
|
||||
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
# include
|
||||
if shared
|
||||
include_libcpudir = $(includedir)/libcpu
|
||||
|
||||
include_libcpu_HEADERS = shared/include/mmu.h
|
||||
|
||||
## arm920
|
||||
noinst_PROGRAMS += shared/arm920.rel
|
||||
shared_arm920_rel_SOURCES = shared/arm920/mmu.c
|
||||
shared_arm920_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shared/src
|
||||
shared_arm920_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(srcdir)/preinstall.am
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user