put application specific config for led1642 into separate header file

This commit is contained in:
2014-03-18 01:19:43 +01:00
parent 26209772e7
commit 07b8628080
3 changed files with 31 additions and 22 deletions

View File

@ -28,7 +28,7 @@ $(PRG).elf: $(OBJ)
rgbyteclock.o: timer.o lcd.o rgbyteclock.h rtc.o spi.o ledcontroller.o
main.o: rgbyteclock.o lcd.o spi.o ledcontroller.o rtc.o timer.o
ledcontroller.o: led1642gw.o
led1642gw.o: led1642gw.h
led1642gw.o: led1642gw.h led1642gw_config.h
timer.o: timer.h
lcd.o: lcd.h timer.o
rtc.o: rtc.h