]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/platforms/mica/uisp/kernel/stargate/Makefile
Merge devel code into the trunk.
[tinyos-2.x.git] / tools / platforms / mica / uisp / kernel / stargate / Makefile
diff --git a/tools/platforms/mica/uisp/kernel/stargate/Makefile b/tools/platforms/mica/uisp/kernel/stargate/Makefile
new file mode 100644 (file)
index 0000000..a87c8e5
--- /dev/null
@@ -0,0 +1,22 @@
+# Comment/uncomment the following line to enable/disable debugging\r
+#DEBUG = y\r
+\r
+# This Makefile has been simplified as much as possible, by putting all\r
+# generic material, independent of this specific directory, into\r
+# ../Rules.make. Read that file for details\r
+\r
+KERNELDIR = /home/pbuonado/Projects/stargate-linux/linux-2.4.19-star5\r
+\r
+CFLAGS = -v -O2\r
+CFLAGS += -I. -I$(KERNELDIR)/include\r
+CFLAGS += -DEXPORT_SYMTAB\r
+\r
+CC=arm-linux-gcc\r
+\r
+all: stargate_ssp.o\r
+\r
+stargate_ssp.o: stargate_ssp.c\r
+       $(CC) $(CFLAGS) -c $< -o $@\r
+\r
+clean:\r
+       rm -f *.o *~ core\r