forked from Imagelibrary/rtems
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bspstart.am: New.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* bspstart.am: New.
|
||||||
|
|
||||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
|
* Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
|
||||||
|
|||||||
8
c/src/lib/libbsp/bspstart.am
Normal file
8
c/src/lib/libbsp/bspstart.am
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#
|
||||||
|
# HACK: Compilation rules for building variant'ed object files.
|
||||||
|
#
|
||||||
|
${ARCH}/%$(LIB_VARIANT).o: %.c $(ARCH)/$(dirstamp)
|
||||||
|
${COMPILE} -o $@ -c $<
|
||||||
|
${ARCH}/%$(LIB_VARIANT).o: %.S $(ARCH)/$(dirstamp)
|
||||||
|
${CCASCOMPILE} -DASM -o $@ -c $<
|
||||||
|
|
||||||
Reference in New Issue
Block a user