summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/shared
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/mips/shared')
-rw-r--r--c/src/lib/libcpu/mips/shared/Makefile.am4
-rw-r--r--c/src/lib/libcpu/mips/shared/cache/Makefile.am6
-rw-r--r--c/src/lib/libcpu/mips/shared/interrupts/Makefile.am6
3 files changed, 8 insertions, 8 deletions
diff --git a/c/src/lib/libcpu/mips/shared/Makefile.am b/c/src/lib/libcpu/mips/shared/Makefile.am
index 75805aab89..776f4fe321 100644
--- a/c/src/lib/libcpu/mips/shared/Makefile.am
+++ b/c/src/lib/libcpu/mips/shared/Makefile.am
@@ -5,5 +5,5 @@
SUBDIRS = cache interrupts
-include $(top_srcdir)/../../../../../automake/subdirs.am
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libcpu/mips/shared/cache/Makefile.am b/c/src/lib/libcpu/mips/shared/cache/Makefile.am
index d052e4280d..2926ba930b 100644
--- a/c/src/lib/libcpu/mips/shared/cache/Makefile.am
+++ b/c/src/lib/libcpu/mips/shared/cache/Makefile.am
@@ -13,8 +13,8 @@ include_libcpudir = $(includedir)/libcpu
noinst_HEADERS = cache_.h
include_libcpu_HEADERS = cache.h
-include $(top_srcdir)/../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../automake/lib.am
+include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../../../automake/lib.am
AM_CPPFLAGS += -I$(srcdir)
@@ -36,4 +36,4 @@ CLEANFILES = cache.h
EXTRA_DIST = cache.c cache_.h
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libcpu/mips/shared/interrupts/Makefile.am b/c/src/lib/libcpu/mips/shared/interrupts/Makefile.am
index a10c9bb36f..680048d9f1 100644
--- a/c/src/lib/libcpu/mips/shared/interrupts/Makefile.am
+++ b/c/src/lib/libcpu/mips/shared/interrupts/Makefile.am
@@ -11,8 +11,8 @@ S_FILES = isr_entries.S
interrupts_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
-include $(top_srcdir)/../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../automake/lib.am
+include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -37,4 +37,4 @@ all-local: $(ARCH) $(interrupts_rel_OBJECTS) $(PGM)
EXTRA_DIST = maxvectors.c
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am