1
0

Quiet down a warning in the makefile

This commit is contained in:
Jesse Vincent 2017-10-24 22:59:23 -07:00
parent e6f5423a12
commit 76f5a59a78

View File

@ -12,7 +12,7 @@ PACKAGE_DIR ?= $(HOME)/.arduino15
endif
INSTALLED_ENV=$(shell ls -dt $(PACKAGE_DIR)/packages/keyboardio/hardware/avr/*|head -n 1)
INSTALLED_ENV=$(shell ls -dt $(PACKAGE_DIR)/packages/keyboardio/hardware/avr/* 2>/dev/null |head -n 1)
ifneq ("$(wildcard $(INSTALLED_ENV)/boards.txt)","")
BOARD_HARDWARE_PATH = $(INSTALLED_ENV)