1# 2# Apps Makefile 3# 4 5# Common Compiler Flags ######################################################## 6 7COMMON_CFLAGS += -Iapps/include 8 9# App makefiles ################################################################ 10 11include apps/ash_world/ash_world.mk 12include apps/audio_world/audio_world.mk 13include apps/gnss_world/gnss_world.mk 14include apps/hello_world/hello_world.mk 15include apps/host_awake_world/host_awake_world.mk 16include apps/message_world/message_world.mk 17include apps/sensor_world/sensor_world.mk 18include apps/spammer/spammer.mk 19include apps/timer_world/timer_world.mk 20include apps/unload_tester/unload_tester.mk 21include apps/wifi_world/wifi_world.mk 22include apps/wwan_world/wwan_world.mk 23