summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libfs/src')
-rw-r--r--c/src/exec/libfs/src/dosfs/Makefile.am3
-rw-r--r--c/src/exec/libfs/src/imfs/Makefile.am2
2 files changed, 3 insertions, 2 deletions
diff --git a/c/src/exec/libfs/src/dosfs/Makefile.am b/c/src/exec/libfs/src/dosfs/Makefile.am
index 16d3a0e20f..a3e0dd7a2a 100644
--- a/c/src/exec/libfs/src/dosfs/Makefile.am
+++ b/c/src/exec/libfs/src/dosfs/Makefile.am
@@ -8,7 +8,8 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
-INCLUDES = -I.
+INCLUDES = -I../..
+
AM_CFLAGS += $(LIBC_DEFINES)
FATFS_C_FILES = fat.c fat_fat_operations.c fat_file.c
diff --git a/c/src/exec/libfs/src/imfs/Makefile.am b/c/src/exec/libfs/src/imfs/Makefile.am
index bd3749c9cb..6cb274c3db 100644
--- a/c/src/exec/libfs/src/imfs/Makefile.am
+++ b/c/src/exec/libfs/src/imfs/Makefile.am
@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
-INCLUDES = -I.
+INCLUDES = -I../..
LIBNAME = libimfs
LIB = ${ARCH}/${LIBNAME}.a