2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Add missing $ in reference to 3c509.rel.
This commit is contained in:
Ralf Corsepius
2004-02-04 16:29:21 +00:00
parent 6ccb466d61
commit 76f3064af1
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add missing $ in reference to 3c509.rel.
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in 3c509/Makefile.am, clock/Makefile.am, * Makefile.am: Merge-in 3c509/Makefile.am, clock/Makefile.am,

View File

@@ -193,7 +193,7 @@ libbsp_a_LIBADD = startup$(LIB_VARIANT).rel clock$(LIB_VARIANT).rel \
# dec21140 is supported via libchip # dec21140 is supported via libchip
if HAS_NETWORKING if HAS_NETWORKING
libbsp_a_LIBADD += ne2000$(LIB_VARIANT).rel wd8003$(LIB_VARIANT).rel \ libbsp_a_LIBADD += ne2000$(LIB_VARIANT).rel wd8003$(LIB_VARIANT).rel \
3c509(LIB_VARIANT).rel 3c509$(LIB_VARIANT).rel
endif endif
libbsp_a_LIBADD += ../../../libcpu/i386/cache$(LIB_VARIANT).rel \ libbsp_a_LIBADD += ../../../libcpu/i386/cache$(LIB_VARIANT).rel \
../../../libcpu/i386/page$(LIB_VARIANT).rel \ ../../../libcpu/i386/page$(LIB_VARIANT).rel \