You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# This file was automagically generated by mbed.org. For more information,
|
|
|
|
# see http://mbed.org/handbook/Exporting-to-GCC-ARM-Embedded
|
|
|
|
|
|
|
|
PROJECT = USBKeyboard_HelloWorld
|
|
|
|
|
|
|
|
TMK_DIR = ../..
|
|
|
|
MBED_DIR = ./mbed-sdk
|
|
|
|
|
|
|
|
#VPATH += $(MBED_DIR):$(TMK_DIR)
|
|
|
|
vpath %.s .:$(MBED_DIR):$(TMK_DIR)
|
|
|
|
vpath %.c .:$(MBED_DIR):$(TMK_DIR)
|
|
|
|
vpath %.cpp .:$(MBED_DIR):$(TMK_DIR)
|
|
|
|
|
|
|
|
OBJDIR = ./build
|
|
|
|
|
|
|
|
OBJECTS = \
|
|
|
|
$(OBJDIR)/./HIDKeyboard.o \
|
|
|
|
$(OBJDIR)/./mbed_driver.o \
|
|
|
|
$(OBJDIR)/./main.o
|
|
|
|
|
|
|
|
CONFIG_H = config.h
|
|
|
|
|
|
|
|
SYS_OBJECTS =
|
|
|
|
|
|
|
|
INCLUDE_PATHS = -I.
|
|
|
|
|
|
|
|
LIBRARY_PATHS =
|
|
|
|
LIBRARIES =
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# Comment out to disable
|
|
|
|
#BOOTMAGIC_ENABLE = yes
|
|
|
|
MOUSEKEY_ENABLE = yes
|
|
|
|
|
|
|
|
|
|
|
|
include mbed.mk
|
|
|
|
include common.mk
|
|
|
|
include gcc.mk
|