summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/moxie/moxiesim/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 10:57:42 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-19 17:00:56 -0500
commit94a54ae1877646e126844f879000dc7dc5e5f80f (patch)
treea474ece447476776fb72a9621fac05eab56ea4e2 /c/src/lib/libbsp/moxie/moxiesim/Makefile.am
parentmoxie/moxiesim: Remove unused method MOXIEBD_Install_IRQ (diff)
downloadrtems-94a54ae1877646e126844f879000dc7dc5e5f80f.tar.bz2
moxie/moxiesim: Remove __main()
Moxie has .init section and that is what handles the constructors.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/moxie/moxiesim/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/moxie/moxiesim/Makefile.am b/c/src/lib/libbsp/moxie/moxiesim/Makefile.am
index b109664e92..2d04f112bf 100644
--- a/c/src/lib/libbsp/moxie/moxiesim/Makefile.am
+++ b/c/src/lib/libbsp/moxie/moxiesim/Makefile.am
@@ -34,7 +34,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
../../shared/bspgetworkarea.c ../../shared/bsppost.c \
../../shared/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
- ../../shared/gnatinstallhandler.c startup/__main.c
+ ../../shared/gnatinstallhandler.c
# clock
libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
# console