summaryrefslogtreecommitdiff
path: root/n/chenil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'n/chenil/Makefile')
-rw-r--r--n/chenil/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/n/chenil/Makefile b/n/chenil/Makefile
index 707ae0a..70d66e4 100644
--- a/n/chenil/Makefile
+++ b/n/chenil/Makefile
@@ -1,8 +1,9 @@
PROGS = chenil
-SOURCES = chenil.c
+chenil_OBJECTS = chenil.o
DOC =
EXTRACTDOC =
MODULES = n/avr/utils
+CONFIGFILE =
# atmega8, atmega8535, atmega128...
MCU_TARGET = atmega8
# -O2 : speed
@@ -10,6 +11,8 @@ MCU_TARGET = atmega8
OPTIMIZE = -O2
DEFS =
-LIBS =
+LDLIBS =
include Makefile.avr
+
+chenil.elf: $(chenil_OBJECTS)