# HG changeset patch # User David Ladd # Date 1513807778 21600 # Node ID 0b7f231615a6eb6407f8cae825268a0ca8a63d0c # Parent e66c298bcff0f3d77dd6fd40e8067ae1b20f48a9 Updated SDISK3 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 e66c298bcff0 -r 0b7f231615a6 3rdparty/drivers/sdisk3/makefile --- a/3rdparty/drivers/sdisk3/makefile Wed Dec 20 16:09:08 2017 -0600 +++ b/3rdparty/drivers/sdisk3/makefile Wed Dec 20 16:09:38 2017 -0600 @@ -60,3 +60,7 @@ clean: $(RM) $(ALLOBJS) +dsk: +dskcopy: +dskclean: +