view 3rdparty/drivers/s16550/makefile @ 3216:96342e1fa620

Updated s16550 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:08:14 -0600
parents 1addfd8c9d5f
children
line wrap: on
line source

include ../../../rules.mak

DEPENDS		= ./makefile

DRIVERS		= s16550_large.dr
DESCS		= t2_s16550.dd
ALLOBJS		= $(DRIVERS) $(DESCS)

all:	$(ALLOBJS) $(DEPENDS)

clean:
	$(RM) $(ALLOBJS)

dsk:
dskcopy:
dskclean: