Raven-webserver needs raven-lcd-interface

This commit is contained in:
David Kopf 2011-07-24 12:54:12 -04:00
parent cf3241c5db
commit 0e59a0360e
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ endif
ifneq ($(WITH_WEBSERVER),)
APPS = $(WITH_WEBSERVER)
ifeq ($(WITH_WEBSERVER),raven-webserver)
APPS+=raven-lcd-interface
endif
#copy output to e.g. webserver-nano.sky, raven-webserver.avr-raven
$(WITH_WEBSERVER) : webserver6
cp webserver6.$(TARGET) $(WITH_WEBSERVER).$(TARGET)