annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2890
1addfd8c9d5f Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
1 include ../../../rules.mak
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
2
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 0
diff changeset
3 DEPENDS = ./makefile
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
4
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
5 DRIVERS = s16550_large.dr
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
6 DESCS = t2_s16550.dd
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
7 ALLOBJS = $(DRIVERS) $(DESCS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
8
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
9 all: $(ALLOBJS) $(DEPENDS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
10
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
11 clean:
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
12 $(RM) $(ALLOBJS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
13
3216
96342e1fa620 Updated s16550 Driver makefile so it will have place holders for
David Ladd <drencor-xeen@users.sourceforge.net>
parents: 2890
diff changeset
14 dsk:
96342e1fa620 Updated s16550 Driver makefile so it will have place holders for
David Ladd <drencor-xeen@users.sourceforge.net>
parents: 2890
diff changeset
15 dskcopy:
96342e1fa620 Updated s16550 Driver makefile so it will have place holders for
David Ladd <drencor-xeen@users.sourceforge.net>
parents: 2890
diff changeset
16 dskclean:
96342e1fa620 Updated s16550 Driver makefile so it will have place holders for
David Ladd <drencor-xeen@users.sourceforge.net>
parents: 2890
diff changeset
17