OLD | NEW |
1 # the top level directory that all paths are relative to | 1 # the top level directory that all paths are relative to |
2 LKMAKEROOT := . | 2 LKMAKEROOT := . |
3 | 3 |
4 # paths relative to LKMAKEROOT where additional modules should be searched | 4 # paths relative to LKMAKEROOT where additional modules should be searched |
5 LKINC := fletch | 5 LKINC := dartino |
6 | 6 |
7 # the path relative to LKMAKEROOT where the main lk repository lives | 7 # the path relative to LKMAKEROOT where the main lk repository lives |
8 LKROOT := lk-downstream | 8 LKROOT := lk-downstream |
9 | 9 |
10 # set the directory relative to LKMAKEROOT where output will go | 10 # set the directory relative to LKMAKEROOT where output will go |
11 BUILDROOT ?= out | 11 BUILDROOT ?= out |
12 | 12 |
13 # set the default project if no args are passed | 13 # set the default project if no args are passed |
14 DEFAULT_PROJECT ?= qemu-virt-fletch | 14 DEFAULT_PROJECT ?= qemu-virt-dartino |
15 | 15 |
16 TOOLCHAIN_PREFIX := ../gcc-arm-embedded/linux/gcc-arm-embedded/bin/arm-none-eabi
- | 16 TOOLCHAIN_PREFIX := ../gcc-arm-embedded/linux/gcc-arm-embedded/bin/arm-none-eabi
- |
OLD | NEW |