From ebf97e4c66c7949aa8a84567d87d7b0f2b964678 Mon Sep 17 00:00:00 2001 From: Serge Gadeyne Date: Mon, 4 May 2015 23:33:09 +0200 Subject: [PATCH] Include global configuration header on a per-file basis. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 2a1519126..d5ace2a0e 100644 --- a/Makefile +++ b/Makefile @@ -62,8 +62,6 @@ CFLAGS=-I$(PREFIX)/include -Iinclude -Imodules -Wall -Wdeclaration-after-stateme CFLAGS+= -Wconversion # request from Toon CFLAGS+= -Wcast-align -# Let the C preprocessor include configuration header in every source file -CFLAGS += -include pico_config.h ifeq ($(DEBUG),1) CFLAGS+=-ggdb