summaryrefslogtreecommitdiffhomepage
path: root/digital/lcd/src/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2013-05-03 21:57:37 +0200
committerNicolas Schodet2013-05-03 22:46:11 +0200
commit750a6d3966925482bd17f6ba6d77e28bba636601 (patch)
tree7dd768f9b953e2e485994dc3f9ea725ec22d2ff0 /digital/lcd/src/Makefile
parent1c4f7b6044bb8880886ba4d8bd578d689430377e (diff)
digital/lcd/src: reply to I2C commands
Diffstat (limited to 'digital/lcd/src/Makefile')
-rw-r--r--digital/lcd/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/lcd/src/Makefile b/digital/lcd/src/Makefile
index f6926f6d..e641922b 100644
--- a/digital/lcd/src/Makefile
+++ b/digital/lcd/src/Makefile
@@ -4,6 +4,6 @@ TARGETS = stm32f4
stm32f4_PROGS = lcd
lcd_SOURCES = lcd.cc main.cc
-MODULES = hal/gpio utils
+MODULES = hal/gpio hal/i2c utils
include $(BASE)/build/top.mk