From d553be5982722fc5ee5240fbfb15697849881ced Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 17 Apr 2014 18:03:27 +0100 Subject: build: Simplify build directory layout by putting all headers in genhdr. Any generated headers go in $(BUILD)/genhdr/, and are #included as 'genhdr/xxx.h'. --- stmhal/usrsw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/usrsw.c') diff --git a/stmhal/usrsw.c b/stmhal/usrsw.c index 5133392cc..0ab407cd9 100644 --- a/stmhal/usrsw.c +++ b/stmhal/usrsw.c @@ -11,7 +11,7 @@ #include "exti.h" #include "gpio.h" #include "pin.h" -#include "build/pins.h" +#include "genhdr/pins.h" // Usage Model: // -- cgit v1.2.3