Теперь boot.jpg и boot.tga относятся к модулю TGA

This commit is contained in:
Aren Elchinyan 2024-01-17 22:00:00 +03:00
parent 013791d40f
commit e7a2a02300
3 changed files with 2 additions and 0 deletions

BIN
modules/tga/boot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
modules/tga/boot.tga Normal file

Binary file not shown.

View File

@ -13,5 +13,7 @@ fi
$CC $ARCH_FLAGS -I../../modlib -finput-charset=UTF-8 -fexec-charset=cp1251 -c main.c -o tga.o
$CC $ARCH_FLAGS -T ../link.ld -Wl,--entry=init,--build-id=none tga.o -o tga.ko
cp boot.jpg ../bin/
cp boot.tga ../bin/
cp tga.ko ../bin/
echo "Сборка завершена, файл: tga.ko"