tests: add armv7 debug test and a register dumper
[pandora-misc.git] / Makefile
index 7a9692a..ce1bbce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CFLAGS += -Wall -O2
 LDFLAGS += -s
 INSTALL ?= bin
 
-BIN = op_runfbapp op_gammatool op_test_inputs ofbset
+BIN = op_runfbapp op_gammatool op_gammatable op_test_inputs ofbset
 
 all: $(BIN)
 
@@ -14,6 +14,7 @@ clean:
 
 op_runfbapp: LDFLAGS += -lpthread -lX11
 op_test_inputs: LDFLAGS += -lpthread -lts
+op_gammatable: LDFLAGS += -lm
 
 $(INSTALL):
        mkdir -p $(INSTALL)
@@ -21,6 +22,7 @@ $(INSTALL):
 install: $(INSTALL) $(BIN)
        cp op_runfbapp $(INSTALL)/
        cp op_gammatool $(INSTALL)/op_gammatool_bin
+       cp op_gammatable $(INSTALL)/
        cp op_test_inputs $(INSTALL)/op_test_inputs_bin
        cp ofbset $(INSTALL)/
        cp scripts/op_gammatool $(INSTALL)/