From 911556a824291b9838b7b5f1cd8c6f9624c2bcc2 Mon Sep 17 00:00:00 2001 From: John Willis Date: Mon, 11 May 2009 10:15:38 +0000 Subject: This is the source for the MMUHACK 2.4 kernel module is included with the GP2X backend. This is the code used to build the mmuhack.o module that ships with the GP2X binaries. -- line, and those below, will be ignored-- A gp2x/mmuhack AM gp2x/mmuhack/flush_uppermem_cache.s AM gp2x/mmuhack/flush_uppermem_cache.h AM gp2x/mmuhack/mmuhack.c AM gp2x/mmuhack/readme.txt AM gp2x/mmuhack/Makefile svn-id: r40449 --- backends/platform/gp2x/mmuhack/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 backends/platform/gp2x/mmuhack/Makefile (limited to 'backends/platform/gp2x/mmuhack/Makefile') diff --git a/backends/platform/gp2x/mmuhack/Makefile b/backends/platform/gp2x/mmuhack/Makefile new file mode 100755 index 0000000000..a35d5c2a98 --- /dev/null +++ b/backends/platform/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 -- cgit v1.2.3