mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 19:07:41 +00:00
Raven-webserver needs raven-lcd-interface
This commit is contained in:
parent
cf3241c5db
commit
0e59a0360e
@ -18,6 +18,9 @@ endif
|
|||||||
|
|
||||||
ifneq ($(WITH_WEBSERVER),)
|
ifneq ($(WITH_WEBSERVER),)
|
||||||
APPS = $(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
|
#copy output to e.g. webserver-nano.sky, raven-webserver.avr-raven
|
||||||
$(WITH_WEBSERVER) : webserver6
|
$(WITH_WEBSERVER) : webserver6
|
||||||
cp webserver6.$(TARGET) $(WITH_WEBSERVER).$(TARGET)
|
cp webserver6.$(TARGET) $(WITH_WEBSERVER).$(TARGET)
|
||||||
|
Loading…
Reference in New Issue
Block a user