In hotspot makefile system, a bunch of variable definitions are in $hotspot_ws/make/Makefile rather than in a separate file. This makes reuse of such variables difficult. A better way to do this is to abstract these common variable definitions into a separate file so that many other parts of the make files could share these.
|