13 lines
297 B
Makefile
13 lines
297 B
Makefile
|
#
|
||
|
# WWAN World Makefile
|
||
|
#
|
||
|
|
||
|
# Common Compiler Flags ########################################################
|
||
|
|
||
|
# Include paths.
|
||
|
COMMON_CFLAGS += -Iapps/wwan_world/include
|
||
|
|
||
|
# Common Source Files ##########################################################
|
||
|
|
||
|
COMMON_SRCS += apps/wwan_world/wwan_world.cc
|