summaryrefslogtreecommitdiffstats
path: root/private/tapi/dev/sp/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'private/tapi/dev/sp/makefile')
-rw-r--r--private/tapi/dev/sp/makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/private/tapi/dev/sp/makefile b/private/tapi/dev/sp/makefile
new file mode 100644
index 000000000..2c4195dfe
--- /dev/null
+++ b/private/tapi/dev/sp/makefile
@@ -0,0 +1,27 @@
+!if "$(OS)" == "Windows_NT"
+
+clean:
+ echo "Clean target null in this directory"
+
+!else
+
+##########################################################################
+#
+# Microsoft Confidential
+# Copyright (C) Microsoft Corporation 1995
+# All Rights Reserved.
+#
+##########################################################################
+
+
+ROOT = ..\..\..\..
+DIR = sp
+
+IS_OEM=1
+
+DIRLIST = tsp3216
+#DIRLIST = atsp32 esp.new remotesp tsp3216
+
+!include $(ROOT)\root.mk
+
+!endif