diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-03-22 01:26:12 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-03-22 01:26:12 +0100 |
commit | df355bab8e9fd3d71aaa4703839a2a3e6a630821 (patch) | |
tree | ad17e739b0624e8906b26f6b51ce98c24066388b /code/fe310 | |
parent | 272b7875a2d6766a8949dfa42b61356b9d77e333 (diff) |
fixed build
Diffstat (limited to 'code/fe310')
-rw-r--r-- | code/fe310/eos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fe310/eos/Makefile b/code/fe310/eos/Makefile index 66c7d6a..a3fb640 100644 --- a/code/fe310/eos/Makefile +++ b/code/fe310/eos/Makefile @@ -1,4 +1,4 @@ -include ../../ecp/Makefile.platform +include ../../ecp/Makefile.fe310 FE310_HOME = /opt/my/freedom-e-sdk |