blob: 80a34a9e7f13fec0ac117f11c3cb834dbc5d159b (
plain)
1
2
3
4
5
6
7
|
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)
include $(fe310_dir)/platform.mk
CFLAGS += -I$(eos_dir)
|