# HG changeset patch # User David Ladd # Date 1513807656 21600 # Node ID 195c09cade21f9a34c485a32b437a783a811eba3 # Parent 82f1607f52cbbda911b0ba38117a52826c712cbe 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. diff -r 82f1607f52cb -r 195c09cade21 3rdparty/drivers/mmc/makefile --- 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: +