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

Commit c4634b08 authored by Rehas Sachdeva's avatar Rehas Sachdeva Committed by Matthew Wilcox
Browse files

radix tree test suite: Build 32 bit binaries



Add option 'make BUILD=32' for building 32-bit binaries.

Signed-off-by: default avatarRehas Sachdeva <aquannie@gmail.com>
Signed-off-by: default avatarMatthew Wilcox <mawilcox@microsoft.com>
parent 54f4d334
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -10,6 +10,10 @@ ifndef SHIFT
	SHIFT=3
	SHIFT=3
endif
endif


ifeq ($(BUILD), 32)
	CFLAGS += -m32
endif

targets: mapshift $(TARGETS)
targets: mapshift $(TARGETS)


main:	$(OFILES)
main:	$(OFILES)