comparison level1/d64/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 46c80d4b0de1
children 28ed72477814
comparison
equal deleted inserted replaced
2889:0edac6dc70ed 2890:1addfd8c9d5f
28 # 2006-07-06, P.Harvey-Smith. 28 # 2006-07-06, P.Harvey-Smith.
29 # Updated to use new build system, for multiple supported platforms. 29 # Updated to use new build system, for multiple supported platforms.
30 # 30 #
31 31
32 PORT = d64 32 PORT = d64
33 ifndef NITROS9DIR
34 NITROS9DIR = $(HOME)/nitros9
35 endif
36 include $(NITROS9DIR)/rules.mak 33 include $(NITROS9DIR)/rules.mak
37 34
38 CPU = 6809 35 CPU = 6809
39 LEVEL = 1 36 LEVEL = 1
40 37