diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-02-28 21:21:07 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-02-28 21:21:07 +0100 |
commit | 3d67aa36fdf8164cf367acc71b8d7fe55fd10cc6 (patch) | |
tree | 712c4e4a692a81cc6710d0ed551851f188911b0a /fw/fe310/eos/app/Makefile | |
parent | 82a6206422ed658a99716fbd18e33942cebc833b (diff) |
refacotr app/ api
Diffstat (limited to 'fw/fe310/eos/app/Makefile')
-rw-r--r-- | fw/fe310/eos/app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/app/Makefile b/fw/fe310/eos/app/Makefile index 7bb9951..f1dbf70 100644 --- a/fw/fe310/eos/app/Makefile +++ b/fw/fe310/eos/app/Makefile @@ -2,7 +2,7 @@ include ../../common.mk CFLAGS += -I.. -obj = root.o status.o +obj = app_screen.o app_status.o app_form.o %.o: %.c %.h |