summaryrefslogtreecommitdiff
path: root/n/asserv/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'n/asserv/src/Makefile')
-rw-r--r--n/asserv/src/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/n/asserv/src/Makefile b/n/asserv/src/Makefile
index f1be6f7..1666979 100644
--- a/n/asserv/src/Makefile
+++ b/n/asserv/src/Makefile
@@ -15,8 +15,8 @@ OPTIMIZE = -O2
DEFS =
LDLIBS =
-EXTRA_TARGETS = cos_check
-EXTRA_CLEAN_FILES = cos_check
+EXTRA_TARGETS = cos_check dsp_check2
+EXTRA_CLEAN_FILES = cos_check dsp_check2
include Makefile.avr
@@ -26,7 +26,7 @@ test_pwm.elf: $(test_pwm_OBJECTS)
test_dsp.elf: $(test_dsp_OBJECTS)
-cos_check: CC = gcc
-cos_check: CPPFLAGS =
-cos_check: CFLAGS = -Wall -g -O2
-cos_check: LDLIBS = -lm
+cos_check dsp_check2: CC = gcc
+cos_check dsp_check2: CPPFLAGS =
+cos_check dsp_check2: CFLAGS = -Wall -g -O2
+cos_check dsp_check2: LDLIBS = -lm