mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
ground GSM module driver
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
all: SMS_GS
|
||||
|
||||
SMS_GS: SMS_Ground_UDtest_final.c
|
||||
gcc -g -O2 -Wall `pkg-config --cflags glib-2.0 gtk+-2.0` -L/usr/lib -lglibivy -o SMS_GS SMS_Ground_UDtest_final.c `pkg-config --libs glib-2.0 gtk+-2.0` `pcre-config --libs` -lglibivy
|
||||
|
||||
clean:
|
||||
rm SMS_GS
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user