]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/libMicro/apple/Makefile.benchmarks
xnu-2050.7.9.tar.gz
[apple/xnu.git] / tools / tests / libMicro / apple / Makefile.benchmarks
index a26d1287167ed5f3dc9245e7deac5deb991795f3..210cf37a56f60408081acf059bf58441cd339546 100644 (file)
@@ -26,6 +26,7 @@
 # Use is subject to license terms.
 #
 
+Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
 
 ALL =                  \
                create_file     \
@@ -52,7 +53,6 @@ ALL =                         \
                posix_spawn             \
                trivial                 \
                vm_allocate \
-               od_query_create_with_node   \
                mbr_check_service_membership  \
                getpwnam                \
                mbr_check_membership    \
@@ -63,3 +63,9 @@ ALL =                         \
                getaddrinfo_host        \
                getaddrinfo_port        \
                getgrnam
+
+# Compile the following test on desktop platform only  
+ifeq "$(Embedded)" "NO"
+ALL += od_query_create_with_node
+endif
+