diff 3rdparty/drivers/mmc/makefile @ 3215:195c09cade21

Updated MMC Driver makefile so it will have place holders for dsk, dskclean, and dskcopy so that make does not error out when chaining into the driver tree to build disk images where applicable.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Wed, 20 Dec 2017 16:07:36 -0600
parents 28ed72477814
children
line wrap: on
line diff
--- a/3rdparty/drivers/mmc/makefile	Wed Dec 20 16:06:45 2017 -0600
+++ b/3rdparty/drivers/mmc/makefile	Wed Dec 20 16:07:36 2017 -0600
@@ -49,3 +49,7 @@
 clean:
 	$(RM) $(ALLOBJS)
 
+dsk:
+dskcopy:
+dskclean:
+