@@ -9,10 +9,10 @@ ifeq ($(ARCH),x86)
99 make compile_x86
1010else ifeq ($(ARCH),kobo)
1111 make compile_kobo
12- else ifeq ($(ARCH),arm )
13- make compile_arm
14- else ifeq ($(ARCH),arm -dev)
15- make compile_arm_fast
12+ else ifeq ($(ARCH),rm )
13+ make compile_remarkable
14+ else ifeq ($(ARCH),rm -dev)
15+ make compile_remarkable_fast
1616else ifeq ($(ARCH),dev)
1717 make compile_dev
1818else
@@ -29,16 +29,16 @@ compile_kobo: export OKP_FLAGS += ../build/stb.arm.o
2929compile_kobo :
3030 CXX=${CXX_BIN} okp ${OKP_FLAGS} -- -D" KOBO=1" -D${RMKIT_IMPL} ${CPP_FLAGS}
3131
32- compile_arm : ../build/stb.arm.o
33- compile_arm : export CPP_FLAGS += -O2
34- compile_arm : export OKP_FLAGS += ../build/stb.arm.o
35- compile_arm :
32+ compile_remarkable : ../build/stb.arm.o
33+ compile_remarkable : export CPP_FLAGS += -O2
34+ compile_remarkable : export OKP_FLAGS += ../build/stb.arm.o
35+ compile_remarkable :
3636 CXX=${CXX_BIN} okp ${OKP_FLAGS} -- -D" REMARKABLE=1" -D${RMKIT_IMPL} ${CPP_FLAGS}
3737
38- compile_arm_fast : ../build/stb.arm.o
39- compile_arm_fast : export CPP_FLAGS += -O0 -g
40- compile_arm_fast : export OKP_FLAGS += ../build/stb.arm.o
41- compile_arm_fast :
38+ compile_remarkable_fast : ../build/stb.arm.o
39+ compile_remarkable_fast : export CPP_FLAGS += -O0 -g
40+ compile_remarkable_fast : export OKP_FLAGS += ../build/stb.arm.o
41+ compile_remarkable_fast :
4242 CXX=${CXX_BIN} okp ${OKP_FLAGS} -- -D" REMARKABLE=1" -D${RMKIT_IMPL} ${CPP_FLAGS}
4343
4444compile_dev : ../build/stb.x86.o
@@ -91,7 +91,7 @@ run: compile copy
9191 ssh root@${HOST} systemctl stop xochitl
9292 ssh root@${HOST} ${DEST} /${EXE}
9393
94- test : export ARCH=arm
94+ test : export ARCH=rm
9595test : copy
9696 HOST=${HOST} bash scripts/run_app_arm.sh ${EXE} || true
9797
0 commit comments