RTAI: Don't run selfcalibrate.sh on the build system
This commit is contained in:
parent
1a085c9ca2
commit
8bffb34a2e
2 changed files with 0 additions and 2 deletions
|
|
@ -44,7 +44,6 @@ rtai_tmpsched$(modext): $(libsched_tmpsched_a_SOURCES) $(builtins_srclist)
|
|||
@RTAI_KBUILD_TOP@ \
|
||||
@RTAI_KBUILD_CMD@ rtai_extradef="$(rtai_sched_extradef)" \
|
||||
@RTAI_KBUILD_BOTTOM@
|
||||
${SHELL} $(top_srcdir)/base/sched/selfcalibrate.sh $(rtai_target_arch)
|
||||
@(touch calibration_placeholder.c)
|
||||
|
||||
rtai_sched$(modext): @RTAI_KBUILD_ENV@
|
||||
|
|
|
|||
|
|
@ -868,7 +868,6 @@ uninstall-am:
|
|||
@CONFIG_KBUILD_TRUE@ @RTAI_KBUILD_TOP@ \
|
||||
@CONFIG_KBUILD_TRUE@ @RTAI_KBUILD_CMD@ rtai_extradef="$(rtai_sched_extradef)" \
|
||||
@CONFIG_KBUILD_TRUE@ @RTAI_KBUILD_BOTTOM@
|
||||
@CONFIG_KBUILD_TRUE@ ${SHELL} $(top_srcdir)/base/sched/selfcalibrate.sh $(rtai_target_arch)
|
||||
@CONFIG_KBUILD_TRUE@ @(touch calibration_placeholder.c)
|
||||
|
||||
@CONFIG_KBUILD_TRUE@rtai_sched$(modext): @RTAI_KBUILD_ENV@
|
||||
|
|
|
|||
Loading…
Reference in a new issue