diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-07-08 01:07:51 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-07-13 17:57:04 +0200 |
| commit | 03adbff28af63f8a8d15e8b45b0ae03e40afff6c (patch) | |
| tree | ebfc9c286c74d43e80f1a27fa14411dab2860ada /Makefile | |
| parent | 85fb62e73e82ba165fc2f1246d9096e94f268a60 (diff) | |
| download | sparse-dev-03adbff28af63f8a8d15e8b45b0ae03e40afff6c.tar.gz | |
xtensa: add minimal support
This is one of the architecture needing a specific predefine
set in order to correctly process byteorder.h.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ LIB_OBJS += target-riscv.o LIB_OBJS += target-s390.o LIB_OBJS += target-sparc.o LIB_OBJS += target-x86.o +LIB_OBJS += target-xtensa.o LIB_OBJS += tokenize.o LIB_OBJS += unssa.o LIB_OBJS += utils.o |
