Fix path names due to rename from hello_world to firmware

This commit is contained in:
Harald Welte 2010-02-18 16:52:10 +01:00
parent fbe7b94c9c
commit 9cad18079c
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ all: osmocon
OSMOCOM_SRC=../libosmocom/src/select.c ../libosmocom/src/timer.c \
../libosmocom/src/msgb.c ../libosmocom/src/talloc.c \
../libosmocom/src/debug.c
SERCOMM_SRC=../../target/hello_world/comm/sercomm.c
INCLUDES=-I../libosmocom/include -I../../target/hello_world/include/comm
SERCOMM_SRC=../../target/firmware/comm/sercomm.c
INCLUDES=-I../libosmocom/include -I../../target/firmware/include/comm
.PHONY: version.h
version.h: