mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Move arch-specific files to subdirs
This commit is contained in:
parent
0804cb451a
commit
ee6d0359b9
3 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ libkernaux_a_SOURCES = \
|
|||
src/printf.c
|
||||
|
||||
if ARCH_I386
|
||||
libkernaux_a_SOURCES += src/arch/i386.S
|
||||
libkernaux_a_SOURCES += src/arch/i386/asm.S
|
||||
endif
|
||||
|
||||
if ARCH_X86_64
|
||||
libkernaux_a_SOURCES += src/arch/x86_64.S
|
||||
libkernaux_a_SOURCES += src/arch/x86_64/asm.S
|
||||
endif
|
||||
|
||||
if WITH_CMDLINE
|
||||
|
|
Loading…
Reference in a new issue