diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-06-10 18:22:46 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-06-12 21:41:32 +0200 |
| commit | 11d797903ae17ee5571ef77db4801adeb3a25689 (patch) | |
| tree | a857aa14b13c8149df93af278397ea0615a7355d /Makefile | |
| parent | dd8a0323d4a1b8e053436de843e1212d1763eabc (diff) | |
| download | sparse-dev-11d797903ae17ee5571ef77db4801adeb3a25689.tar.gz | |
arch: add specificities for Alpha
The real goal here is in fact to move the alpha-specfic
builtins out of the main builtins table.
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
@@ -65,6 +65,7 @@ LIB_OBJS += stats.o LIB_OBJS += storage.o LIB_OBJS += symbol.o LIB_OBJS += target.o +LIB_OBJS += target-alpha.o LIB_OBJS += target-arm.o LIB_OBJS += target-arm64.o LIB_OBJS += target-bfin.o |
