diff options
author | Chris Radek <chris@timeguy.com> | 2007-04-01 04:17:38 +0000 |
---|---|---|
committer | Chris Radek <chris@timeguy.com> | 2007-04-01 04:17:38 +0000 |
commit | ab31e18298c653601adba1684fa8d49d0418f032 (patch) | |
tree | 0c4bddd88563fc0d7a2f083a7ca2e165d13c2a88 | |
parent | 6a13e3943230a37d9113ac34d8470fde6c9fc025 (diff) | |
download | linuxcnc-ab31e18298c653601adba1684fa8d49d0418f032.tar.gz linuxcnc-ab31e18298c653601adba1684fa8d49d0418f032.zip |
don't build bit images for sim
-rw-r--r-- | src/hal/drivers/Submakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hal/drivers/Submakefile b/src/hal/drivers/Submakefile index 4d0053608..cba28075b 100644 --- a/src/hal/drivers/Submakefile +++ b/src/hal/drivers/Submakefile @@ -30,4 +30,6 @@ pluto_clean: # 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 +endif |