forked from Imagelibrary/rtems
Cosmetics.
This commit is contained in:
@@ -85,9 +85,7 @@ noinst_PROGRAMS += tx49/vectorisrs.rel
|
||||
tx49_vectorisrs_rel_SOURCES = tx49/vectorisrs/maxvectors.c tx49/vectorisrs/vectorisrs.c
|
||||
tx49_vectorisrs_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
tx49_vectorisrs_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
if tx49
|
||||
noinst_PROGRAMS += tx49/timer.rel
|
||||
tx49_timer_rel_SOURCES = timer/timer.c timer/gettime.S
|
||||
tx49_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
@@ -110,16 +108,12 @@ r46xx_vectorisrs_rel_SOURCES = r46xx/vectorisrs/maxvectors.c \
|
||||
r46xx/vectorisrs/vectorisrs.c
|
||||
r46xx_vectorisrs_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
r46xx_vectorisrs_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
if r46xx
|
||||
noinst_PROGRAMS += r46xx/timer.rel
|
||||
r46xx_timer_rel_SOURCES = timer/timer.c timer/gettime.S
|
||||
r46xx_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
r46xx_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
if r46xx
|
||||
noinst_PROGRAMS += r46xx/clock.rel
|
||||
r46xx_clock_rel_SOURCES = clock/ckinit.c clock/clock.S clock/clock.h
|
||||
r46xx_clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
@@ -133,9 +127,7 @@ noinst_PROGRAMS += rm52xx/vectorisrs.rel
|
||||
rm52xx_vectorisrs_rel_SOURCES = rm52xx/vectorisrs/maxvectors.c rm52xx/vectorisrs/vectorisrs.c
|
||||
rm52xx_vectorisrs_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
rm52xx_vectorisrs_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
if rm52xx
|
||||
noinst_PROGRAMS += rm52xx/timer.rel
|
||||
rm52xx_timer_rel_SOURCES = timer/timer.c timer/gettime.S
|
||||
rm52xx_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user