diff 3rdparty/drivers/makefile @ 2965:9edca3e61b66

3rdparty: Stop build on failing dsk or dskcopy targets Add dummy dsk and dskcopy targets where there are no disk images to be built.
author Tormod Volden <debian.tormod@gmail.com>
date Mon, 10 Feb 2014 01:36:20 +0100
parents 1c1600cc9f02
children 13b52fb3aa79
line wrap: on
line diff
--- a/3rdparty/drivers/makefile	Mon Feb 10 01:11:02 2014 +0100
+++ b/3rdparty/drivers/makefile	Mon Feb 10 01:36:20 2014 +0100
@@ -14,3 +14,7 @@
 # Clean all components
 clean:
 	$(foreach dir, $(dirs), ($(CD) $(dir); make clean);)
+
+dsk:
+dskcopy:
+