summaryrefslogtreecommitdiff
path: root/n/avr/modules/math/fixed/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/modules/math/fixed/test/Makefile')
-rw-r--r--n/avr/modules/math/fixed/test/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/n/avr/modules/math/fixed/test/Makefile b/n/avr/modules/math/fixed/test/Makefile
index f35e939..04aa4cf 100644
--- a/n/avr/modules/math/fixed/test/Makefile
+++ b/n/avr/modules/math/fixed/test/Makefile
@@ -1,8 +1,7 @@
BASE = ../../../..
PROGS = test_fixed
+SIMU_PROGS = test_fixed
test_fixed_SOURCES = test_fixed.c
-DOC =
-EXTRACTDOC =
MODULES = uart proto utils math/fixed math/random
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
@@ -11,7 +10,6 @@ AVR_MCU = atmega128
# -Os : size
OPTIMIZE = -O2
-DEFS =
HOST_LIBS = -lm
include $(BASE)/make/Makefile.gen