diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile index de1e71ea4..ffdfe5d2d 100644 --- a/src/target/firmware/Makefile +++ b/src/target/firmware/Makefile @@ -4,7 +4,7 @@ BOARDS?=compal_e88 compal_e86 compal_e99 se_j100 gta0x pirelli_dpl10 # List of all applications (meant to be overridden on command line) -APPLICATIONS?=hello_world compal_dsp_dump layer1 loader chainload monitor +APPLICATIONS?=hello_world compal_dsp_dump layer1 loader chainload rssi # Framebuffer support, board specific drivers # diff --git a/src/target/firmware/apps/monitor/main.c b/src/target/firmware/apps/rssi/main.c similarity index 100% rename from src/target/firmware/apps/monitor/main.c rename to src/target/firmware/apps/rssi/main.c