Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / cpu / attr.h
index 48d22601621c5a6a0e2f56548fd518bf69554adf..3fd3b18fbde5d84f3a43a4dc02b764a9e012351a 100644 (file)
@@ -43,9 +43,9 @@
 
 #include "detect.h"
 
-#include <cfg/cfg_attr.h>      /* CONFIG_FAST_MEM */
+#include "cfg/cfg_attr.h"      /* CONFIG_FAST_MEM */
 #include <cfg/compiler.h>      /* for uintXX_t */
-#include <cfg/cfg_arch.h>   /* ARCH_EMUL */
+#include "cfg/cfg_arch.h"   /* ARCH_EMUL */
 
 
 /**