diff options
author | Uros Majstorovic <majstor@majstor.org> | 2024-09-12 15:54:48 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2024-09-12 15:54:48 +0200 |
commit | 6f7cd6df1de1320dcd7a8b7f37661b4c9e961066 (patch) | |
tree | 3f5d5c0b828253ad2bf0b6ebc646f108f7734bb8 /fw/fe310/eos/dev/Makefile | |
parent | 9f08d9e1892f78efdf84ac067ee2ebd0bd077d69 (diff) |
updated board def
Diffstat (limited to 'fw/fe310/eos/dev/Makefile')
-rw-r--r-- | fw/fe310/eos/dev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/dev/Makefile b/fw/fe310/eos/dev/Makefile index 611b24f..75f36ab 100644 --- a/fw/fe310/eos/dev/Makefile +++ b/fw/fe310/eos/dev/Makefile @@ -1,7 +1,7 @@ include ../../common.mk CFLAGS += -I$(bsp_dir)/include -I$(ext_dir)/crypto -obj = flash.o spi.o net.o bq25895.o sdcard.o sdc_crypto.o lcd.o gt911.o ili9806e.o eve.o ov2640.o cam.o +obj = flash.o spi.o net.o bq25895.o sdcard.o sdc_crypto.o lcd.o gt911.o ili9806e.o eve.o ov2640.o cam.o egpio.o fxl6408.o apds9151.o tps61052.o lib = ../../libeos-dev.a |