summaryrefslogtreecommitdiffstats
path: root/c/src/make/target.cfg.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:12:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:12:07 +0000
commit3953cb4d66ab758efdcc0663839e13bd4c2b015f (patch)
treeda4ad281f1a5d6f750ff443a1316ef5e38748d01 /c/src/make/target.cfg.in
parent2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3953cb4d66ab758efdcc0663839e13bd4c2b015f.tar.bz2
2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, Makefile.inc.in, configure.ac, target.cfg.in: Update to account for movement of .cfg files.
Diffstat (limited to '')
-rw-r--r--c/src/make/target.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/make/target.cfg.in b/c/src/make/target.cfg.in
index b3fd4e5785..f06a9b4609 100644
--- a/c/src/make/target.cfg.in
+++ b/c/src/make/target.cfg.in
@@ -9,6 +9,7 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS =
LIBS = @LIBS@
+RTEMS_API = @RTEMS_API@
CC = @CC@
AS = @AS@
AR = @AR@