move cpuid stuff to util/arch/x86

This commit is contained in:
Konstantinos Margaritis
2020-09-17 20:35:39 +03:00
parent 2d89df44ae
commit 6a40793719
8 changed files with 16 additions and 8 deletions

View File

@@ -564,8 +564,8 @@ install(FILES ${hs_HEADERS} DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/hs")
set (hs_exec_common_SRCS
src/alloc.c
src/scratch.c
src/util/cpuid_flags.c
src/util/cpuid_flags.h
src/util/arch/x86/cpuid_flags.c
src/util/arch/x86/cpuid_flags.h
src/util/multibit.c
)