diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
| @@ -30,11 +30,7 @@ endif | |||
| 30 | endif | 30 | endif |
| 31 | 31 | ||
| 32 | # Determine which qmk cli to use | 32 | # Determine which qmk cli to use |
| 33 | ifeq (,$(shell which qmk)) | 33 | QMK_BIN := qmk |
| 34 | QMK_BIN = bin/qmk | ||
| 35 | else | ||
| 36 | QMK_BIN = qmk | ||
| 37 | endif | ||
| 38 | 34 | ||
| 39 | # avoid 'Entering|Leaving directory' messages | 35 | # avoid 'Entering|Leaving directory' messages |
| 40 | MAKEFLAGS += --no-print-directory | 36 | MAKEFLAGS += --no-print-directory |
| @@ -494,7 +490,6 @@ endef | |||
| 494 | ifndef SKIP_GIT | 490 | ifndef SKIP_GIT |
| 495 | if [ ! -e lib/chibios ]; then git submodule sync lib/chibios && git submodule update --depth 50 --init lib/chibios; fi | 491 | if [ ! -e lib/chibios ]; then git submodule sync lib/chibios && git submodule update --depth 50 --init lib/chibios; fi |
| 496 | if [ ! -e lib/chibios-contrib ]; then git submodule sync lib/chibios-contrib && git submodule update --depth 50 --init lib/chibios-contrib; fi | 492 | if [ ! -e lib/chibios-contrib ]; then git submodule sync lib/chibios-contrib && git submodule update --depth 50 --init lib/chibios-contrib; fi |
| 497 | if [ ! -e lib/ugfx ]; then git submodule sync lib/ugfx && git submodule update --depth 50 --init lib/ugfx; fi | ||
| 498 | if [ ! -e lib/lufa ]; then git submodule sync lib/lufa && git submodule update --depth 50 --init lib/lufa; fi | 493 | if [ ! -e lib/lufa ]; then git submodule sync lib/lufa && git submodule update --depth 50 --init lib/lufa; fi |
| 499 | if [ ! -e lib/vusb ]; then git submodule sync lib/vusb && git submodule update --depth 50 --init lib/vusb; fi | 494 | if [ ! -e lib/vusb ]; then git submodule sync lib/vusb && git submodule update --depth 50 --init lib/vusb; fi |
| 500 | if [ ! -e lib/printf ]; then git submodule sync lib/printf && git submodule update --depth 50 --init lib/printf; fi | 495 | if [ ! -e lib/printf ]; then git submodule sync lib/printf && git submodule update --depth 50 --init lib/printf; fi |
