OSDN Git Service

Replace samples.
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_c / usbtest / Makefile
diff --git a/nxtOSEK/samples_c/usbtest/Makefile b/nxtOSEK/samples_c/usbtest/Makefile
new file mode 100644 (file)
index 0000000..a779ffb
--- /dev/null
@@ -0,0 +1,9 @@
+# Target specific macros
+TARGET = usbtest
+TARGET_SOURCES := \
+       usbtest.c
+TOPPERS_OSEK_OIL_SOURCE := ./usbtest.oil
+
+O_PATH ?= build
+
+include ../../ecrobot/ecrobot.mak