You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
574 B

#
# Apps Makefile
#
# Common Compiler Flags ########################################################
COMMON_CFLAGS += -Iapps/include
# App makefiles ################################################################
include apps/gnss_world/gnss_world.mk
include apps/hello_world/hello_world.mk
include apps/message_world/message_world.mk
include apps/sensor_world/sensor_world.mk
include apps/spammer/spammer.mk
include apps/timer_world/timer_world.mk
include apps/unload_tester/unload_tester.mk
include apps/wifi_world/wifi_world.mk
include apps/wwan_world/wwan_world.mk