aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-06 00:38:45 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-06 02:21:43 +0200
commitabbfd661b2de4c6aedd815b9f653cbe43621b73a (patch)
treeae95844092ef6d853a4a0795ea0a9b3f4bd4097e /Makefile
parentd2c1cda9f75c7e0244cc3a41f45965f28d3bb9ba (diff)
downloadsparse-dev-abbfd661b2de4c6aedd815b9f653cbe43621b73a.tar.gz
arch: add minimal support for microblaze
The Kernel Test Robot reports a problem on microblaze. The cause is that __MICROBLAZEEL__ is not defined. However, the real problem is that sparse has no support at all for this architecture. So, add the minimal support for microblaze. Link: https://lore.kernel.org/lkml/202007060542.hNfoTcsC%25lkp@intel.com Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f4483f5a..35098940 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,7 @@ LIB_OBJS += target-arm64.o
LIB_OBJS += target-bfin.o
LIB_OBJS += target-default.o
LIB_OBJS += target-m68k.o
+LIB_OBJS += target-microblaze.o
LIB_OBJS += target-mips.o
LIB_OBJS += target-nios2.o
LIB_OBJS += target-ppc.o