Skip to content

Commit

Permalink
Update devpal driver build to distinguish AMD vs. Intel build
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Wright <[email protected]>
  • Loading branch information
JaredWright committed Aug 5, 2022
1 parent 389555f commit 89b38ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions devpal/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ elseif(PAL_AMD_64BIT_LINUX_IOCTL)
)
endif()

if(PAL_AMD_64BIT_LINUX_IOCTL)
list(APPEND SOURCE_FILES
x64/amd/ioctl.c
)
endif()

string (REPLACE ";" " " SOURCE_FILES_STRING "${SOURCE_FILES}")
string (REPLACE ".c" ".o" OBJECT_FILES "${SOURCE_FILES_STRING}")

Expand Down

0 comments on commit 89b38ef

Please sign in to comment.