removed drv to prevent build problems

This commit is contained in:
Agnosto Dvonik 2024-02-18 07:18:55 -05:00
parent d1cab17836
commit 5b8ab6bcab
5 changed files with 1 additions and 6 deletions

View File

@ -1,3 +1,4 @@
echo "Kernel Build" echo "Kernel Build"
cc $CFLAGS -c sys/video.c -o $OBJ/video.o
cc $CFLAGS -c sys/sysinit.c -o $OBJ/sysinit.o cc $CFLAGS -c sys/sysinit.c -o $OBJ/sysinit.o

View File

@ -1,3 +0,0 @@
echo "Driver Build"
. sys/drv/vga/Makescript

View File

@ -1,3 +0,0 @@
echo "VGA Driver Build"
cc $CFLAGS -c sys/drv/vga/video.c -o $OBJ/vga.o