Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/drivers/sdisk/makefile @ 2890:1addfd8c9d5f
Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
This was not done in lwtools-port and makes it more
difficult to compare the trees. Therefore revert it
for now. I will reapply or do it in another way
later.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 23:13:46 +0100 |
parents | e4a0f58a5f9b |
children | e66c298bcff0 |
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 | 2 |
1363 | 3 DEPENDS = ./makefile |
0 | 4 |
5 DRIVERS = sdisk.dr | |
311 | 6 DESCS = ddd0_35s.dd d0_35s.dd ddd0_40d.dd d0_40d.dd ddd0_80d.dd d0_80d.dd \ |
7 d1_35s.dd d1_40d.dd d1_80d.dd d2_35s.dd d2_40d.dd d2_80d.dd \ | |
8 d3_35s.dd | |
207
347828fbd427
Added additional programs that came with SDisk + Bootfix
boisy
parents:
0
diff
changeset
|
9 PROGRAMS = bootfix |
347828fbd427
Added additional programs that came with SDisk + Bootfix
boisy
parents:
0
diff
changeset
|
10 ALLOBJS = $(DRIVERS) $(DESCS) $(PROGRAMS) |
0 | 11 |
12 all: $(ALLOBJS) $(DEPENDS) | |
13 | |
14 clean: | |
15 $(RM) $(ALLOBJS) | |
16 |