Mercurial > hg > Members > kono > nitros9-code
comparison level1/dalpha/modules/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 | cfa6222348f7 |
children | 28ed72477814 |
comparison
equal
deleted
inserted
replaced
2889:0edac6dc70ed | 2890:1addfd8c9d5f |
---|---|
19 # Added ability to build for the Tano Dragon 64, using an RS-DOS | 19 # Added ability to build for the Tano Dragon 64, using an RS-DOS |
20 # disk controler and a 60Hz clock. | 20 # disk controler and a 60Hz clock. |
21 # | 21 # |
22 | 22 |
23 PORT = dalpha | 23 PORT = dalpha |
24 ifndef NITROS9DIR | |
25 NITROS9DIR = $(HOME)/nitros9 | |
26 endif | |
27 include $(NITROS9DIR)/rules.mak | 24 include $(NITROS9DIR)/rules.mak |
28 | 25 |
29 vpath %.asm $(LEVEL1)/modules | 26 vpath %.asm $(LEVEL1)/modules |
30 | 27 |
31 AFLAGS += -I$(LEVEL1)/modules | 28 AFLAGS += -I$(LEVEL1)/modules |