# HG changeset patch # User David Ladd # Date 1513807850 21600 # Node ID 9ccec98c989734137fad1b7d8b50b491b68e1d08 # Parent 092ee7d76271b3015f47fd5c5b5583269f2e5452 Updated IDE 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 092ee7d76271 -r 9ccec98c9897 3rdparty/drivers/ide/makefile --- a/3rdparty/drivers/ide/makefile Wed Dec 20 16:10:16 2017 -0600 +++ b/3rdparty/drivers/ide/makefile Wed Dec 20 16:10:50 2017 -0600 @@ -41,3 +41,7 @@ clean: $(RM) $(ALLOBJS) +dsk: +dskcopy: +dskclean: +