mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/imfs/Makefile.am: Eliminate C_O_FILES. * src/dosfs/Makefile.am: Ditto.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/imfs/Makefile.am: Eliminate C_O_FILES.
|
||||
* src/dosfs/Makefile.am: Ditto.
|
||||
|
||||
2002-12-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings
|
||||
|
||||
@@ -20,8 +20,7 @@ if !UNIX
|
||||
LIB = ${ARCH}/libdosfs.a
|
||||
|
||||
C_FILES = $(FATFS_C_FILES) $(DOSFS_C_FILES)
|
||||
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
||||
OBJS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
||||
|
||||
include_HEADERS = dosfs.h
|
||||
|
||||
@@ -33,9 +32,6 @@ $(PROJECT_INCLUDE):
|
||||
|
||||
$(PROJECT_INCLUDE)/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
OBJS = $(C_O_FILES)
|
||||
|
||||
#
|
||||
# Add local stuff here using +=
|
||||
#
|
||||
|
||||
@@ -24,7 +24,7 @@ C_FILES = $(COMMON_C_FILES) $(UNIX_C_FILES)
|
||||
else
|
||||
C_FILES = $(COMMON_C_FILES) $(EMBEDDED_C_FILES)
|
||||
endif
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
||||
OBJS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
||||
|
||||
include_HEADERS = imfs.h
|
||||
|
||||
@@ -43,8 +43,6 @@ $(PROJECT_INCLUDE):
|
||||
$(PROJECT_INCLUDE)/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
OBJS = $(C_O_FILES)
|
||||
|
||||
#
|
||||
# Add local stuff here using +=
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user