Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / cpu / attr.h
index b0ac8a4d7401fc6231a5ea8a3d58944740258d98..3fd3b18fbde5d84f3a43a4dc02b764a9e012351a 100644 (file)
 #define CPU_ATTR_H
 
 #include "detect.h"
-#include <cfg/compiler.h> /* for uintXX_t */
-#include <cfg/arch_config.h>  /* ARCH_EMUL */
 
-#include "appconfig.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 */
+
 
 /**
  * \name Macros for determining CPU endianness.