forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* HACK:
|
||||
* Pull-in RTEMS global config-header cpuopts.h as local config.h
|
||||
*/
|
||||
|
||||
#include <rtems/score/cpuopts.h>
|
||||
@@ -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) \
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* HACK:
|
||||
* Pull-in RTEMS global config-header cpuopts.h as local config.h
|
||||
*/
|
||||
|
||||
#include <rtems/score/cpuopts.h>
|
||||
Reference in New Issue
Block a user