source: rtems/testsuites/samples/Makefile.am @ 506bfc8

5
Last change on this file since 506bfc8 was cdf30f05, checked in by Sebastian Huber <sebastian.huber@…>, on 06/19/15 at 12:57:44

rtems: Add rtems_interrupt_local_disable|enable()

Add rtems_interrupt_local_disable|enable() as suggested by Pavel Pisa to
emphasize that interrupts are only disabled on the current processor.
Do not define the rtems_interrupt_disable|enable|flash() macros and
functions on SMP configurations since they don't ensure system wide
mutual exclusion.

  • Property mode set to 100644
File size: 488 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3_SUBDIRS = hello capture ticker base_sp unlimited minimum fileio
4
5if MPTESTS
6## base_mp is a sample multiprocessing test
7_SUBDIRS += base_mp
8endif
9
10_SUBDIRS += paranoia
11
12_SUBDIRS += nsecs
13
14if CXXTESTS
15_SUBDIRS += iostream cdtest
16endif
17
18if NETTESTS
19## loopback tests a network loopback interface
20_SUBDIRS += loopback
21if HAS_SMP
22else
23_SUBDIRS += pppd
24endif
25endif
26
27include $(top_srcdir)/../automake/test-subdirs.am
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.