Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
@@ -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 @@
|
|||||||
#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 @@
|
|||||||
#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 @@
|
|||||||
#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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user