2001-01-08 Joel Sherrill <joel@OARcorp.com>

* wrapup/Makefile.am: Remove warning missed in shmsupp removal.
This commit is contained in:
Joel Sherrill
2001-01-08 19:23:21 +00:00
parent 7af5e14dbf
commit 73ee510586
2 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2001-01-08 Joel Sherrill <joel@OARcorp.com>
* wrapup/Makefile.am: Remove warning missed in shmsupp removal.
2001-01-08 Joel Sherrill <joel@OARcorp.com>
* Shared memory support removed since it was non-functional.

View File

@@ -4,11 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
if HAS_MP
MP_BSP_O_FILES = shmsupp
endif
BSP_FILES = startup console iic ethernet flash nvram $(MP_BSP_O_FILES)
BSP_FILES = startup console iic ethernet flash nvram
CPU_FILES = clock timer
# bummer; have to use $foreach since % pattern subst rules only replace 1x