diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:19:30 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:19:30 +0200 |
commit | 5d88349c60459f44cb6614852abb00d0f58d6e8f (patch) | |
tree | aaa140aa3be4adcb491f8e45aa2ad95ca2a4764a /fw/fe310/eos/Makefile | |
parent | c286437474becda19c255efa3ede6beb0f2292d9 (diff) |
new init
Diffstat (limited to 'fw/fe310/eos/Makefile')
-rw-r--r-- | fw/fe310/eos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/Makefile b/fw/fe310/eos/Makefile index e9c6421..b9ba89a 100644 --- a/fw/fe310/eos/Makefile +++ b/fw/fe310/eos/Makefile @@ -1,5 +1,5 @@ include ../common.mk -CFLAGS += -I$(bsp_dir)/include +CFLAGS += -I$(bsp_dir)/include -I$(bsp_dir)/drivers obj = eos.o msgq.o event.o unicode.o lib = ../libeos.a |