aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-04-29 16:38:43 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-04-29 16:38:43 +0200
commite9601a5adada7e6abe80f5d711a8adefc894dfeb (patch)
treefcf5fc4f830b3a873b9ad4b74f47b1ef13baed0f /Makefile
parent6dc875e136b4ab418cf63154bdd2ffea46c6e67a (diff)
downloadhourglass-e9601a5adada7e6abe80f5d711a8adefc894dfeb.tar.gz
hourglass-e9601a5adada7e6abe80f5d711a8adefc894dfeb.tar.bz2
hourglass-e9601a5adada7e6abe80f5d711a8adefc894dfeb.zip
speaker: Initial implementation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index addea24..8996720 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ MCU = atmega88
all: sanduhr.hex
-sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h timer.c timer.h gyro.c gyro.h accel.c accel.h common.h
+sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h timer.c timer.h gyro.c gyro.h accel.c accel.h common.h speaker.c speaker.h
avr-gcc -std=gnu99 -mmcu=$(MCU) -Os -o $@ $^
sanduhr.hex: sanduhr.elf