about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/x86/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/x86/Makefile')
-rw-r--r--REORG.TODO/sysdeps/x86/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/x86/Makefile b/REORG.TODO/sysdeps/x86/Makefile
new file mode 100644
index 0000000000..0d0326c21a
--- /dev/null
+++ b/REORG.TODO/sysdeps/x86/Makefile
@@ -0,0 +1,10 @@
+ifeq ($(subdir),csu)
+gen-as-const-headers += cpu-features-offsets.sym
+endif
+
+ifeq ($(subdir),elf)
+sysdep-dl-routines += dl-get-cpu-features
+
+tests += tst-get-cpu-features
+tests-static += tst-get-cpu-features-static
+endif