Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e69f58c0 authored by Namhyung Kim's avatar Namhyung Kim Committed by David S. Miller
Browse files

kbuild: add ARCH=sparc32 target



Add 'sparc32' ARCH target to test all{yes,mod}config for 32-bit build.

Signed-off-by: default avatarNamhyung Kim <namhyung@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 51672321
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -204,6 +204,9 @@ ifeq ($(ARCH),x86_64)
endif

# Additional ARCH settings for sparc
ifeq ($(ARCH),sparc32)
       SRCARCH := sparc
endif
ifeq ($(ARCH),sparc64)
       SRCARCH := sparc
endif