2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* network/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* serial/Makefile.am: Use .$(OBJEXT) instead of .o.
This commit is contained in:
Ralf Corsepius
2002-08-11 05:50:52 +00:00
parent f65220ffae
commit 418c6525fc
4 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* network/Makefile.am: Use .$(OBJEXT) instead of .o.
* rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
* serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* serial/Makefile.am: Don't tmp-install lib.

View File

@@ -10,7 +10,7 @@ LIB = $(ARCH)/$(LIBNAME).a
# add cs8900.c to work with it and make it compile
C_FILES = dec21140.c i82586.c sonic.c if_fxp.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include_libchip_HEADERS = cs8900.h i82586var.h if_fxpvar.h sonic.h

View File

@@ -12,7 +12,7 @@ C_FILES = rtcprobe.c icm7170.c icm7170_reg.c icm7170_reg2.c icm7170_reg4.c \
icm7170_reg8.c m48t08.c m48t08_reg.c m48t08_reg2.c m48t08_reg4.c \
m48t08_reg8.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include_libchip_HEADERS = rtc.h icm7170.h m48t08.h

View File

@@ -11,7 +11,7 @@ LIB = $(ARCH)/$(LIBNAME).a
C_FILES = mc68681.c mc68681_baud.c mc68681_reg.c mc68681_reg2.c \
mc68681_reg4.c mc68681_reg8.c ns16550.c z85c30.c z85c30_reg.c serprobe.c \
termios_baud2index.c termios_baud2num.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
noinst_HEADERS = mc68681_p.h ns16550_p.h z85c30_p.h
include_libchip_HEADERS = mc68681.h ns16550.h z85c30.h serial.h sersupp.h