gsm.c no longer depends on phone.h
This commit is contained in:
parent
87d47ca380
commit
b257de302c
@ -55,7 +55,7 @@ callbacks.o: callbacks.c ../include/Phone.h phone.h callbacks.h
|
||||
command.o: command.c gsm.h command.h
|
||||
$(CC) $(phone_CFLAGS) -c command.c
|
||||
|
||||
gsm.o: gsm.c ../include/Phone.h phone.h command.h modem.h gsm.h
|
||||
gsm.o: gsm.c command.h modem.h gsm.h
|
||||
$(CC) $(phone_CFLAGS) -c gsm.c
|
||||
|
||||
main.o: main.c ../include/Phone.h phone.h ../config.h
|
||||
|
@ -44,7 +44,7 @@ depends=../include/Phone.h,phone.h,callbacks.h
|
||||
depends=gsm.h,command.h
|
||||
|
||||
[gsm.c]
|
||||
depends=../include/Phone.h,phone.h,command.h,modem.h,gsm.h
|
||||
depends=command.h,modem.h,gsm.h
|
||||
|
||||
[main.c]
|
||||
depends=../include/Phone.h,phone.h,../config.h
|
||||
|
Loading…
Reference in New Issue
Block a user