removed drv to prevent build problems
This commit is contained in:
parent
d1cab17836
commit
5b8ab6bcab
@ -1,3 +1,4 @@
|
||||
echo "Kernel Build"
|
||||
|
||||
cc $CFLAGS -c sys/video.c -o $OBJ/video.o
|
||||
cc $CFLAGS -c sys/sysinit.c -o $OBJ/sysinit.o
|
||||
|
@ -1,3 +0,0 @@
|
||||
echo "Driver Build"
|
||||
|
||||
. sys/drv/vga/Makescript
|
@ -1,3 +0,0 @@
|
||||
echo "VGA Driver Build"
|
||||
|
||||
cc $CFLAGS -c sys/drv/vga/video.c -o $OBJ/vga.o
|
Loading…
Reference in New Issue
Block a user