diff options
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 |