mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[FREELDR] pcat.cmake: minor cleanup
This commit is contained in:
parent
b790cfcef1
commit
61c4b5f615
1 changed files with 0 additions and 3 deletions
|
@ -50,8 +50,6 @@ if(ARCH STREQUAL "i386")
|
|||
list(APPEND PCATLDR_ARC_SOURCE
|
||||
# disk/scsiport.c
|
||||
lib/fs/pxe.c
|
||||
# arch/i386/halstub.c
|
||||
# arch/i386/ntoskrnl.c
|
||||
arch/i386/drivemap.c
|
||||
arch/i386/hwacpi.c
|
||||
arch/i386/hwapm.c
|
||||
|
@ -120,7 +118,6 @@ elseif(ARCH STREQUAL "amd64")
|
|||
|
||||
list(APPEND PCATLDR_ARC_SOURCE
|
||||
lib/fs/pxe.c
|
||||
# arch/i386/ntoskrnl.c
|
||||
arch/i386/drivemap.c
|
||||
arch/i386/hwacpi.c
|
||||
arch/i386/hwapm.c
|
||||
|
|
Loading…
Reference in a new issue