summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 2b04143a03c6d80f7387aa55b018d468ed59f525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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)
BOARD_HARDWARE_PATH ?= $(HOME)/Documents/Arduino/hardware
else
BOARD_HARDWARE_PATH ?= $(HOME)/Arduino/hardware
endif

include $(BOARD_HARDWARE_PATH)/$(MAKEFILE_PREFIX)/rules.mk