2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/dosfs/config.h: Remove.
	* src/dosfs/Makefile.am: Remove config.h
	AM_CPPFLAGS += -I$(top_builddir).
	* src/imfs/config.h: Remove.
	* src/imfs/Makefile.am: Remove config.h
	AM_CPPFLAGS += -I$(top_builddir).
This commit is contained in:
Ralf Corsepius
2003-11-20 07:06:08 +00:00
parent 3da33bf813
commit 2ea1779aa1
5 changed files with 12 additions and 14 deletions

View File

@@ -1,3 +1,12 @@
2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/config.h: Remove.
* src/dosfs/Makefile.am: Remove config.h
AM_CPPFLAGS += -I$(top_builddir).
* src/imfs/config.h: Remove.
* src/imfs/Makefile.am: Remove config.h
AM_CPPFLAGS += -I$(top_builddir).
2003-10-22 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 515/filesystem

View File

@@ -7,9 +7,9 @@ include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
noinst_HEADERS = config.h
noinst_HEADERS += fat.h
noinst_HEADERS = fat.h
AM_CPPFLAGS += -I$(top_builddir)
AM_CPPFLAGS += $(LIBC_DEFINES)
FATFS_C_FILES = fat.c fat_fat_operations.c fat_file.c

View File

@@ -1,5 +0,0 @@
/* HACK:
* Pull-in RTEMS global config-header cpuopts.h as local config.h
*/
#include <rtems/score/cpuopts.h>

View File

@@ -26,14 +26,13 @@ C_FILES = $(EMBEDDED_C_FILES)
endif
OBJS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
noinst_HEADERS = config.h
include_HEADERS = imfs.h
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
AM_CPPFLAGS += -I$(top_builddir)
AM_CPPFLAGS += $(LIBC_DEFINES)
PREINSTALL_FILES = $(PROJECT_INCLUDE) \

View File

@@ -1,5 +0,0 @@
/* HACK:
* Pull-in RTEMS global config-header cpuopts.h as local config.h
*/
#include <rtems/score/cpuopts.h>