aboutsummaryrefslogtreecommitdiff
path: root/dists/gph/gp2x/mmuhack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dists/gph/gp2x/mmuhack/Makefile')
-rw-r--r--dists/gph/gp2x/mmuhack/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/dists/gph/gp2x/mmuhack/Makefile b/dists/gph/gp2x/mmuhack/Makefile
new file mode 100644
index 0000000000..a35d5c2a98
--- /dev/null
+++ b/dists/gph/gp2x/mmuhack/Makefile
@@ -0,0 +1,11 @@
+TARGET = mmuhack
+INCLUDE = -I/opt/gcc-3.4.4-glibc-2.3.6/arm-open2x-linux/sys-include
+CFLAGS = -O2 -DMODULE -D__KERNEL__ ${INCLUDE}
+CC = arm-open2x-linux-gcc
+
+all: ${TARGET}.o
+
+${TARGET}.o: ${TARGET}.c
+
+clean:
+ rm -rf ${TARGET}.o