From 7e908dabaaf6c67ef5000406a0bb3a6a29beca01 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 24 Feb 2015 15:08:01 +0100 Subject: Add PCI IDE driver (only PIO mode, no DMA yet.) --- src/rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rules.make') diff --git a/src/rules.make b/src/rules.make index 9640480..5de3f1d 100644 --- a/src/rules.make +++ b/src/rules.make @@ -4,7 +4,7 @@ AS = nasm ASFLAGS = -felf -g CC = i586-elf-gcc -CFLAGS += -ffreestanding -std=gnu99 -Wall -Wextra -Werror -Wno-unused-parameter -I . -I ./include -g -O2 -Os +CFLAGS += -ffreestanding -std=gnu99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-unused-function -I . -I ./include -g -O2 -Os # CXX = i586-elf-g++ # CXFLAGS = -ffreestanding -O3 -Wall -Wextra -I . -I ./include -fno-exceptions -fno-rtti LD = i586-elf-gcc -- cgit v1.2.3