2007-09-13 Daniel Hellstrom <daniel@gaisler.com>

* Makefile.am: Add smc91111.rel to libbsp.a
This commit is contained in:
Joel Sherrill
2007-09-13 19:26:24 +00:00
parent 21ca21996d
commit 761449076d
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2007-09-13 Daniel Hellstrom <daniel@gaisler.com>
* Makefile.am: Add smc91111.rel to libbsp.a
2007-09-07 Daniel Hellstrom <daniel@gaisler.com>
* console/console.c, leon_greth/leon_greth.c,

View File

@@ -141,10 +141,8 @@ libbsp_a_LIBADD = startup.rel amba.rel console.rel clock.rel debugio.rel \
if HAS_NETWORKING
libbsp_a_LIBADD += leon_open_eth.rel
endif
if HAS_NETWORKING
libbsp_a_LIBADD += leon_greth.rel
libbsp_a_LIBADD += leon_smc91111.rel
endif
if HAS_MP