From e870941bb0f2f300e8fd252c7e30ecaabbe50841 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 4 Dec 2014 09:38:27 +0100 Subject: libmisc: More useful default configuration The dummy.c was a de-facto default configuration. Rename it to default-configuration.c. Use unlimited objects and the stack checker. This makes it easier for new RTEMS users which will likely use this file if they just work with the usual main() function as the application entry point. Provide proper arguments for main() using the BSP command line. Add spare user extensions and drivers. Do not initialize the network by default. Delete bspinit.c. --- cpukit/libmisc/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cpukit/libmisc/Makefile.am') diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am index 209b46d12a..8fc208f176 100644 --- a/cpukit/libmisc/Makefile.am +++ b/cpukit/libmisc/Makefile.am @@ -35,11 +35,8 @@ noinst_LIBRARIES += libdevnull.a libdevnull_a_SOURCES = devnull/devnull.c devnull/devnull.h \ devnull/devzero.c devnull/devzero.h -## dummy -EXTRA_DIST += dummy/README - noinst_LIBRARIES += libdummy.a -libdummy_a_SOURCES = dummy/dummy.c dummy/dummy-networking.c +libdummy_a_SOURCES = dummy/default-configuration.c dummy/dummy-networking.c ## dumpbuf noinst_LIBRARIES += libdumpbuf.a -- cgit v1.2.3