diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2016-03-21 20:39:02 +0100 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2016-03-21 20:39:02 +0100 |
| commit | 6e3301d5ce170df63d2e3f8ce02cb61519ca1bce (patch) | |
| tree | 213737529194c2ec6048512ea1fd0a091014721f /Makefile | |
| parent | b088876e58e9d57b0066f10d96ba02985457fda7 (diff) | |
Remove depreciated blackfin build
Blackfin toolchain is too old to build lwext4 correctly
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -27,13 +27,7 @@ generic: cd build_generic && cmake -G"Unix Makefiles" \ $(COMMON_DEFINITIONS) \ -DCMAKE_TOOLCHAIN_FILE=../toolchain/generic.cmake .. - -bf518: - rm -R -f build_bf518 - mkdir build_bf518 - cd build_bf518 && cmake -G"Unix Makefiles" \ - $(COMMON_DEFINITIONS) \ - -DCMAKE_TOOLCHAIN_FILE=../toolchain/bf518.cmake .. + avrxmega7: rm -R -f build_avrxmega7 |
