2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Distribute start/startfor340only.S.
This commit is contained in:
Ralf Corsepius
2004-01-28 12:26:44 +00:00
parent d43421078e
commit ee2652f6d8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Distribute start/startfor340only.S.
2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,

View File

@@ -18,7 +18,7 @@ include_HEADERS += include/m68340.h
include_HEADERS += include/m68340.inc
include_HEADERS += include/m68349.inc
EXTRA_DIST = start/start.S
EXTRA_DIST = start/start.S start/startfor340only.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
$(CCASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)