comparison makefile @ 2906:67dfbd60d548

Set default NITROS9DIR in Makefile not rules.mak In most cases rules.mak anyway couldn't be found if NITROS9DIR was unset. So set it in the top-level makefile instead, and let it default to the current directory, where the top-level make is run.
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 11 Jan 2014 20:56:53 +0100
parents d76362b779c0
children 14b4f2791bb3
comparison
equal deleted inserted replaced
2905:bd215b95cd59 2906:67dfbd60d548
1
2 ifndef NITROS9DIR
3 NITROS9DIR = $(PWD)
4 endif
5
6 export NITROS9DIR
7
1 include rules.mak 8 include rules.mak
2 9
3 dirs = $(NOSLIB) $(LEVEL1) $(LEVEL2) $(LEVEL3) $(3RDPARTY) 10 dirs = $(NOSLIB) $(LEVEL1) $(LEVEL2) $(LEVEL3) $(3RDPARTY)
4 11
5 # Make all components 12 # Make all components