summaryrefslogtreecommitdiff
path: root/src/hal/drivers/Submakefile
diff options
context:
space:
mode:
authorSebastian Kuzminsky <seb@highlab.com>2009-01-23 15:59:07 +0000
committerSebastian Kuzminsky <seb@highlab.com>2009-01-23 15:59:07 +0000
commit1ecf2d27848c921303693395b60c7677801d08a9 (patch)
tree9a52a905b91ea37576bd45ccaf3dd98ed0599344 /src/hal/drivers/Submakefile
parent1fe858dc0fb2b68c46e2d2b0af9c2222ce26ffb7 (diff)
downloadlinuxcnc-1ecf2d27848c921303693395b60c7677801d08a9.tar.gz
linuxcnc-1ecf2d27848c921303693395b60c7677801d08a9.zip
As promised, this removes two obsolete pre-hostmot2 drivers for the Mesa 7i43.
All 7i43 users should be using hostmot2 and hm2_7i43.
Diffstat (limited to 'src/hal/drivers/Submakefile')
-rw-r--r--src/hal/drivers/Submakefile85
1 files changed, 2 insertions, 83 deletions
diff --git a/src/hal/drivers/Submakefile b/src/hal/drivers/Submakefile
index d9eadc07d..2639d410f 100644
--- a/src/hal/drivers/Submakefile
+++ b/src/hal/drivers/Submakefile
@@ -15,71 +15,7 @@ hal/drivers/m5i20_HM5-4E.h: hal/drivers/m5i20/bit/hostmot5_4.bit ../bin/m5i20cfg
../bin/m5i20cfg $< > $@
-hal/drivers/mesa7i43-firmware/mesa7i43-firmware-eppio8-4.h: hal/drivers/mesa7i43-firmware/gpio/eppio8-4.bit hal/drivers/mesa7i43-firmware/to-header.py
- python hal/drivers/mesa7i43-firmware/to-header.py \
- -d \
- -c "This is a component of mesa7i43-gpio, a GPIO driver for EMC2" \
- -c "" \
- -c "Copyright (C) 2007, Peter C. Wallace, Mesa Electronics" \
- -c "<http://www.mesanet.com>" \
- $< > $@
-
-hal/drivers/mesa7i43-firmware/mesa7i43-firmware-eppio8-2.h: hal/drivers/mesa7i43-firmware/gpio/eppio8-2.bit hal/drivers/mesa7i43-firmware/to-header.py
- python hal/drivers/mesa7i43-firmware/to-header.py \
- -d \
- -c "This is a component of mesa7i43-gpio, a GPIO driver for EMC2" \
- -c "" \
- -c "Copyright (C) 2007, Peter C. Wallace, Mesa Electronics" \
- -c "<http://www.mesanet.com>" \
- $< > $@
-
-hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-svst4_4b.h: hal/drivers/mesa7i43-firmware/hostmot2/svst4_4b.bit hal/drivers/mesa7i43-firmware/to-header.py
- python hal/drivers/mesa7i43-firmware/to-header.py \
- -d \
- -c "This is a component of m7i43-hm2, a Servo/Stepper/GPIO driver for EMC2" \
- -c "" \
- -c "Copyright (C) 2007-2008, Peter C. Wallace, Mesa Electronics" \
- -c "<http://www.mesanet.com>" \
- $< > $@
-
-hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-svst4_4s.h: hal/drivers/mesa7i43-firmware/hostmot2/svst4_4s.bit hal/drivers/mesa7i43-firmware/to-header.py
- python hal/drivers/mesa7i43-firmware/to-header.py \
- -d \
- -c "This is a component of m7i43-hm2, a Servo/Stepper/GPIO driver for EMC2" \
- -c "" \
- -c "Copyright (C) 2007-2008, Peter C. Wallace, Mesa Electronics" \
- -c "<http://www.mesanet.com>" \
- $< > $@
-
-hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-sv8b.h: hal/drivers/mesa7i43-firmware/hostmot2/sv8b.bit hal/drivers/mesa7i43-firmware/to-header.py
- python hal/drivers/mesa7i43-firmware/to-header.py \
- -d \
- -c "This is a component of m7i43-hm2, a Servo/Stepper/GPIO driver for EMC2" \
- -c "" \
- -c "Copyright (C) 2007-2008, Peter C. Wallace, Mesa Electronics" \
- -c "<http://www.mesanet.com>" \
- $< > $@
-
-hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-sv8s.h: hal/drivers/mesa7i43-firmware/hostmot2/sv8s.bit hal/drivers/mesa7i43-firmware/to-header.py
- python hal/drivers/mesa7i43-firmware/to-header.py \
- -d \
- -c "This is a component of m7i43-hm2, a Servo/Stepper/GPIO driver for EMC2" \
- -c "" \
- -c "Copyright (C) 2007-2008, Peter C. Wallace, Mesa Electronics" \
- -c "<http://www.mesanet.com>" \
- $< > $@
-
-hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-svst4_6b.h: hal/drivers/mesa7i43-firmware/hostmot2/svst4_6b.bit hal/drivers/mesa7i43-firmware/to-header.py
- python hal/drivers/mesa7i43-firmware/to-header.py \
- -d \
- -c "This is a component of m7i43-hm2, a Servo/Stepper/GPIO driver for EMC2" \
- -c "" \
- -c "Copyright (C) 2007-2008, Peter C. Wallace, Mesa Electronics" \
- -c "<http://www.mesanet.com>" \
- $< > $@
-
-
-clean: pluto_clean m7i43_clean
+clean: pluto_clean
pluto_clean:
rm -rf \
pluto_servo_firmware/db \
@@ -99,29 +35,12 @@ pluto_clean:
pluto_servo_firmware/pluto_servo.tan.summary \
pluto_servo_firmware/undo_redo.txt
-m7i43_clean:
- rm -f \
- hal/drivers/mesa7i43-firmware/mesa7i43-firmware-eppio8-4.h \
- hal/drivers/mesa7i43-firmware/mesa7i43-firmware-eppio8-2.h \
- hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-svst4_4b.h \
- hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-svst4_4s.h \
- hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-sv8b.h \
- hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-sv8s.h \
- hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-svst4_6b.h
-
# The kernel's build system won't know how to rebuild generated files
# so modules must depend on them explicitly
ifneq ($(BUILD_SYS),sim)
modules: \
hal/drivers/pluto_servo_rbf.h \
hal/drivers/m5i20_HM5-4E.h \
- hal/drivers/pluto_step_rbf.h \
- hal/drivers/mesa7i43-firmware/mesa7i43-firmware-eppio8-4.h \
- hal/drivers/mesa7i43-firmware/mesa7i43-firmware-eppio8-2.h \
- hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-svst4_4b.h \
- hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-svst4_4s.h \
- hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-sv8b.h \
- hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-sv8s.h \
- hal/drivers/mesa7i43-firmware/m7i43-firmware-hm2-svst4_6b.h
+ hal/drivers/pluto_step_rbf.h
endif