summaryrefslogtreecommitdiff
path: root/n/avr/modules/host
diff options
context:
space:
mode:
authorschodet2006-01-18 13:21:58 +0000
committerschodet2006-01-18 13:21:58 +0000
commitcc043098a8d15c4c6adc8f7fd7fb986057740938 (patch)
tree2da54a1af973f890a622577b89fe09f3c12a3621 /n/avr/modules/host
parent5262fffd973ce7475c1e62ff5b30f98cc50aeea2 (diff)
Clarification des makefiles.
Modifications cosmétiques. Mise à jour d'un début de doc. meilleur support des cibles simu.
Diffstat (limited to 'n/avr/modules/host')
-rw-r--r--n/avr/modules/host/test/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/n/avr/modules/host/test/Makefile b/n/avr/modules/host/test/Makefile
index 6c3ec51..5f8343c 100644
--- a/n/avr/modules/host/test/Makefile
+++ b/n/avr/modules/host/test/Makefile
@@ -1,8 +1,6 @@
BASE = ../../..
HOST_PROGS = test_host
test_host_SOURCES = test_host.c
-DOC =
-EXTRACTDOC =
MODULES = host
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
@@ -11,7 +9,4 @@ AVR_MCU = none
# -Os : size
OPTIMIZE = -O2
-DEFS =
-LIBS =
-
include $(BASE)/make/Makefile.gen