summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpschedaffinity04/Makefile.am
blob: d75216c8dde5f11a04da49fc28c3bb296a3efd66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
rtems_tests_PROGRAMS = smpschedaffinity04
smpschedaffinity04_SOURCES = init.c

dist_rtems_tests_DATA = smpschedaffinity04.scn smpschedaffinity04.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

AM_CPPFLAGS += -I$(top_srcdir)/../support/include

LINK_OBJS = $(smpschedaffinity04_OBJECTS)
LINK_LIBS = $(smpschedaffinity04_LDLIBS)

smpschedaffinity04$(EXEEXT): $(smpschedaffinity04_OBJECTS) $(smpschedaffinity04_DEPENDENCIES)
	@rm -f smpschedaffinity04$(EXEEXT)
	$(make-exe)

include $(top_srcdir)/../automake/local.am