build: suppression du dossier drivers faisant double usage avec celui de lib

This commit is contained in:
Nicolas Hordé 2007-04-02 13:15:55 +00:00
parent 0212a7a900
commit 7d8efe7b08
4 changed files with 0 additions and 36 deletions

View File

@ -1,13 +0,0 @@
all: makall
makall: vga/vga.o
sync
clean:
(cd vga; make clean)
vga/vga.o:
(cd vga; make)

View File

@ -1,17 +0,0 @@
FREEC=gcc -O4 -nostdinc -ffreestanding -fno-builtin -fomit-frame-pointer -Wall -I ../../Include -c -o
PARTIAL=-r
OBJS= vgahard.o \
vgatxt.o
all:
nasm -f elf -o vgahard.o vgahard.asm
$(FREEC) vgatxt.o vgatxt.c
ld $(PARTIAL) -o vga.o $(OBJS)
clean:
rm -f *.o
rm -f *.bin

View File

@ -1,5 +0,0 @@
[BITS 32]
SECTION .text

View File

@ -1 +0,0 @@
#include <vga.h>