From d382cfe3cb03a1fcd5d1c95244b88e9ece8da270 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 7 Aug 2012 00:05:56 +0000 Subject: [PATCH] build: pass -Iinclude/ to start adding structure --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5e2c57f..c410552 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ CC = gcc CFLAGS = -g -O0 -Wall -Wextra CFLAGS += -std=c99 -D_POSIX_C_SOURCE=200112L +CFLAGS += -Iinclude/ TOOLS = fexc bin2fex fex2bin bootinfo fel pio TOOLS += nand-part