summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-06-12 19:32:54 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2011-06-12 19:32:54 +0000
commitd9e253f67bf1ec5a63fec7061a4b8899c6ba8d0e (patch)
treea93600b18855817ca6393d8edebc5965da4832e6 /makefile
parente8d244d6ec1e11d862d75803f45c62b82beaac77 (diff)
Add iomfsetgamma.
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6d38519..1695a75 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-uikittools = uiduid uishoot uicache uiopen gssc sbdidlaunch sbreload cfversion
+uikittools = uiduid uishoot uicache uiopen gssc sbdidlaunch sbreload cfversion iomfsetgamma
all: $(uikittools)
@@ -15,6 +15,10 @@ clean:
$${PKG_TARG}-gcc -Wall -Werror -o $@ $< -framework CoreFoundation
ldid -S $@
+iomfsetgamma: iomfsetgamma.c
+ $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -framework IOKit -framework IOMobileFramebuffer
+ ldid -S $@
+
package: all
rm -rf _
mkdir -p _/usr/bin