build: add mips & mipsel targets

This commit is contained in:
Guy Shimko
2024-11-08 13:39:44 +02:00
parent 3738fc8629
commit 8dc07deb66
3 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARCHS := x86_64 arm aarch64 powerpc
ARCHS := x86_64 arm aarch64 powerpc mips mipsel
TARGETS := $(addprefix build-, $(ARCHS))
PACK_TARGETS := $(addprefix pack-, $(ARCHS))