summaryrefslogtreecommitdiff
path: root/fw/fe310/common.mk
blob: dbfda510ac980dc078fc3c3815a05f2f084fd617 (plain)
1
2
3
4
5
6
7
8
fe310_dir := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
bsp_dir := $(abspath $(fe310_dir)/bsp)
eos_dir := $(abspath $(fe310_dir)/eos)
ext_dir := $(abspath $(fe310_dir)/../../ext)
ecp_dir := $(abspath $(fe310_dir)/../../ecp)

include $(fe310_dir)/platform.mk
CFLAGS += -I$(eos_dir)