Move some options around to maintain alphabetical order

This commit is contained in:
Alexander Babikov
2022-02-14 05:11:08 +05:00
parent 4a752c05a5
commit a378e1a300
3 changed files with 37 additions and 37 deletions

View File

@@ -19,10 +19,6 @@ add_library(dev OBJECT bugger.c cassette.c cartridge.c hasp.c hwm.c hwm_lm75.c h
smbus_piix4.c smbus_ali7101.c keyboard.c keyboard_xt.c keyboard_at.c
mouse.c mouse_bus.c mouse_serial.c mouse_ps2.c phoenix_486_jumper.c)
if(LASERXT)
target_compile_definitions(dev PRIVATE USE_LASERXT)
endif()
if(ISAMEM_RAMPAGE)
target_compile_definitions(dev PRIVATE USE_ISAMEM_RAMPAGE)
endif()
@@ -34,3 +30,7 @@ endif()
if(ISAMEM_BRAT)
target_compile_definitions(dev PRIVATE USE_ISAMEM_BRAT)
endif()
if(LASERXT)
target_compile_definitions(dev PRIVATE USE_LASERXT)
endif()