diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-22 03:24:44 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-22 03:24:44 +0200 |
commit | 6a5edeedc6ed535df0f3682aa9d2a0559eb7de86 (patch) | |
tree | 13529724c245541209c7c638cfd87802c26d93bd /sw/Makefile | |
parent | e26da339e93576c981e7c4c592118d11d0a9bf39 (diff) | |
download | glutte-batteries-6a5edeedc6ed535df0f3682aa9d2a0559eb7de86.tar.gz glutte-batteries-6a5edeedc6ed535df0f3682aa9d2a0559eb7de86.tar.bz2 glutte-batteries-6a5edeedc6ed535df0f3682aa9d2a0559eb7de86.zip |
sw: rename elf to sw.elf
Diffstat (limited to 'sw/Makefile')
-rw-r--r-- | sw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/Makefile b/sw/Makefile index 152caaa..9f23db2 100644 --- a/sw/Makefile +++ b/sw/Makefile @@ -20,14 +20,14 @@ F_CPU="(16000000UL/8)" BUILD_DIR=build # Port/application object files -APP_NAME = testapp1 +APP_NAME = sw # Application object files APP_CXX_OBJECTS = main.o APP_OBJECTS = # Library object files to build and use -LIB_OBJECTS = uart/uart.o +LIB_OBJECTS = uart.o LIB_CXX_OBJECTS = LIB_ASM_OBJECTS = LIB_DIR = lib |