add ofbset (OMAP fbset)
[pandora-misc.git] / Makefile
index be54a6d..f5a8fe4 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
+BIN = op_runfbapp op_gammatool op_test_inputs ofbset
 
 all: $(BIN)
 
@@ -22,5 +22,6 @@ install: $(INSTALL) $(BIN)
        cp op_runfbapp $(INSTALL)/
        cp op_gammatool $(INSTALL)/op_gammatool_bin
        cp op_test_inputs $(INSTALL)/op_test_inputs_bin
+       cp ofbset $(INSTALL)/
        cp scripts/op_gammatool $(INSTALL)/
        cp scripts/op_test_inputs $(INSTALL)/