RTAI: Don't run selfcalibrate.sh on the build system

This commit is contained in:
Sebastian Kuzminsky 2015-11-22 21:20:17 -07:00
parent 1a085c9ca2
commit 8bffb34a2e
2 changed files with 0 additions and 2 deletions

View file

@ -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@

View file

@ -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@