OSDN Git Service

Add more samples. (License is mostly unknown. Some are GPLed.)
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples / soundtest / Makefile
diff --git a/nxtOSEK/samples/soundtest/Makefile b/nxtOSEK/samples/soundtest/Makefile
new file mode 100644 (file)
index 0000000..7a87eed
--- /dev/null
@@ -0,0 +1,9 @@
+# Target specific macros
+TARGET = soundtest
+TARGET_SOURCES := \
+       soundtest.c
+TOPPERS_OSEK_OIL_SOURCE := ./soundtest.oil
+
+O_PATH ?= build
+
+include ../../ecrobot/ecrobot.mak