From 2b740c403e754f0889e234fda1e944dc6fde7055 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 14 Aug 2017 15:53:08 -0700 Subject: slight makefile tweaks --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a41feff..c3e7cce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ # This stub makefile for a Kaleidoscope plugin pulls in # all targets from the Kaleidoscope-Plugin library -MAKEFILE_PREFIX=keyboardio/avr/libraries/Kaleidoscope-Plugin/build UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) @@ -11,4 +10,5 @@ SKETCHBOOK_DIR ?= $(HOME)/Arduino endif BOARD_HARDWARE_PATH ?= $(SKETCHBOOK_DIR)/hardware -include $(BOARD_HARDWARE_PATH)/$(MAKEFILE_PREFIX)/rules.mk +KALEIDOSCOPE_PLUGIN_MAKEFILE_DIR ?= keyboardio/avr/libraries/Kaleidoscope-Plugin/build +include $(BOARD_HARDWARE_PATH)/$(KALEIDOSCOPE_PLUGIN_MAKEFILE_DIR)/rules.mk -- cgit v1.2.3