diff options
Diffstat (limited to 'dmake/tos/template.mk')
-rw-r--r-- | dmake/tos/template.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dmake/tos/template.mk b/dmake/tos/template.mk new file mode 100644 index 000000000000..91ce656f14b0 --- /dev/null +++ b/dmake/tos/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 *:= tos + OSRELEASE *:= + OSENVIRONMENT *:= |