]> mj.ucw.cz Git - moe.git/blobdiff - box/Makefile
Box: Let the 32-bit version refuse to run on 64-bit kernels
[moe.git] / box / Makefile
index 11f8931b93bcf04c695926538398774921f8b503..b44fe3a4f034d8213bf9ef137ad9ef62da6b6872 100644 (file)
@@ -4,7 +4,7 @@
 DIRS+=box
 PROGS+=$(o)/box/box
 
 DIRS+=box
 PROGS+=$(o)/box/box
 
-BOX_CFLAGS=-m64 -DCONFIG_BOX_AMD64
+BOX_CFLAGS=-m64 -DCONFIG_BOX_KERNEL_AMD64 #-DCONFIG_BOX_USER_AMD64
 
 $(o)/box/box: $(o)/box/box.o
 $(o)/box/box.o: $(o)/box/syscall-table.h
 
 $(o)/box/box: $(o)/box/box.o
 $(o)/box/box.o: $(o)/box/syscall-table.h