diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 21:51:59 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 21:51:59 +0100 |
commit | ce5b6bc9faf38c7feaf5053424176d39e91c7323 (patch) | |
tree | 6b778a085a253c056eadb31797463928a8ebfd3b /fw/fe310/eos/eve/widget/Makefile | |
parent | dcdc68164b16831c1e5bd6bbd5fa9c0aecacf890 (diff) |
fixed build
Diffstat (limited to 'fw/fe310/eos/eve/widget/Makefile')
-rw-r--r-- | fw/fe310/eos/eve/widget/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fw/fe310/eos/eve/widget/Makefile b/fw/fe310/eos/eve/widget/Makefile index 95af16d..31349a8 100644 --- a/fw/fe310/eos/eve/widget/Makefile +++ b/fw/fe310/eos/eve/widget/Makefile @@ -1,6 +1,5 @@ include ../../../common.mk - -CFLAGS += -I.. -I../.. +CFLAGS += -I.. obj = label.o widget.o freew.o spacerw.o pagew.o strw.o textw.o selectw.o |