Commit 1708268f authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__

Signed-off-by: default avatarMike Frysinger <michael.frysinger@analog.com>
Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
parent 314c98d5
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "defBF532.h" #include "defBF532.h"
#include "anomaly.h" #include "anomaly.h"
#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY)) #if !defined(__ASSEMBLY__)
#include "cdefBF532.h" #include "cdefBF532.h"
#endif #endif
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include "defBF537.h" #include "defBF537.h"
#endif #endif
#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY)) #if !defined(__ASSEMBLY__)
#include "cdefBF534.h" #include "cdefBF534.h"
/* UART 0*/ /* UART 0*/
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#include "defBF549.h" #include "defBF549.h"
#endif #endif
#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY)) #if !defined(__ASSEMBLY__)
#ifdef CONFIG_BF542 #ifdef CONFIG_BF542
#include "cdefBF542.h" #include "cdefBF542.h"
#endif #endif
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "defBF561.h" #include "defBF561.h"
#include "anomaly.h" #include "anomaly.h"
#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY)) #if !defined(__ASSEMBLY__)
#include "cdefBF561.h" #include "cdefBF561.h"
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment