source: rtems/c/src/lib/libbsp/Makefile.am @ 0afac6a

4.115
Last change on this file since 0afac6a was e870941, checked in by Sebastian Huber <sebastian.huber@…>, on 12/04/14 at 08:38:27

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.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1include $(top_srcdir)/automake/compile.am
2
3SUBDIRS = @libbsp_cpu_subdir@
4DIST_SUBDIRS = @libbsp_cpu_subdir@
5
6EXTRA_DIST = MERGE.PROCEDURE bsp.am
7
8# shared
9EXTRA_DIST += shared/bootcard.c shared/bspclean.c \
10    shared/bsplibc.c shared/bsppost.c shared/console-polled.c \
11    shared/console.c shared/gnatinstallhandler.c shared/sbrk.c \
12    shared/tod.c
13EXTRA_DIST += shared/vmeUniverse/vmeUniverse.c \
14    shared/vmeUniverse/vmeUniverse.h \
15    shared/vmeUniverse/vmeUniverseDMA.h \
16    shared/vmeUniverse/vmeTsi148.c      \
17    shared/vmeUniverse/vmeTsi148.h      \
18    shared/vmeUniverse/vmeTsi148DMA.h   \
19    shared/vmeUniverse/vme_am_defs.h \
20    shared/vmeUniverse/VME.h \
21    shared/vmeUniverse/VMEDMA.h \
22    shared/vmeUniverse/bspVmeDmaList.c \
23    shared/vmeUniverse/bspVmeDmaList.h \
24    shared/vmeUniverse/bspVmeDmaListP.h \
25    shared/vmeUniverse/README.porting \
26    shared/vmeUniverse/README.universe
27
28EXTRA_DIST += shared/include/coverhd.h
29EXTRA_DIST += shared/gdbstub/rtems-stub-glue.c
30EXTRA_DIST += shared/include/bootcard.h
31
32include_bspdir = $(includedir)/bsp
33
34include_bsp_HEADERS =
35include_bsp_HEADERS += shared/include/default-initial-extension.h
36include_bsp_HEADERS += shared/include/fatal.h
37include_bsp_HEADERS += shared/include/console-termios.h
38
39include $(srcdir)/preinstall.am
40include $(top_srcdir)/automake/subdirs.am
41include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.