diff options
Diffstat (limited to 'dmake/startup/template.mk')
-rw-r--r-- | dmake/startup/template.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dmake/startup/template.mk b/dmake/startup/template.mk new file mode 100644 index 000000000000..58544ee35848 --- /dev/null +++ b/dmake/startup/template.mk @@ -0,0 +1,7 @@ +# ** Default build configuration for dmake. +# ** DO NOT PLACE LOCAL DEFINITIONS INTO THIS FILE IT IS AUTO GENERATED +# ** USE "startup/local.mk" for those. + + OS *:= xxOSxx + OSRELEASE *:= xxOSRELEASExx + OSENVIRONMENT *:= xxOSENVIRONMENTxx |