summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/timer/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-27 17:25:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-27 17:25:53 +0000
commitae7325bdc85e1dd39f039b66ba20ca681712dcc3 (patch)
treeb90f303df4b2cefcd3155f164e16d177bcfb18f9 /c/src/lib/libbsp/i960/rxgen960/timer/Makefile.in
parentAdded CVS Ids and a basic header. More header cleanup needed. (diff)
downloadrtems-ae7325bdc85e1dd39f039b66ba20ca681712dcc3.tar.bz2
rxgen960 now compiles -- may not link.
Diffstat (limited to 'c/src/lib/libbsp/i960/rxgen960/timer/Makefile.in')
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/timer/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i960/rxgen960/timer/Makefile.in b/c/src/lib/libbsp/i960/rxgen960/timer/Makefile.in
index aa40bfe26a..231d0811f4 100644
--- a/c/src/lib/libbsp/i960/rxgen960/timer/Makefile.in
+++ b/c/src/lib/libbsp/i960/rxgen960/timer/Makefile.in
@@ -23,7 +23,7 @@ C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
H_FILES =
# Assembly source names, if any, go here -- minus the .S
-S_PIECES = timerisr
+S_PIECES =
S_FILES = $(S_PIECES:%=%.S)
S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)