Fix common files for mbed
This commit is contained in:
parent
ee70fe59ee
commit
e81c70149e
23 changed files with 323 additions and 110 deletions
|
@ -18,6 +18,8 @@ OBJECTS = \
|
|||
$(OBJDIR)/./mbed_driver.o \
|
||||
$(OBJDIR)/./main.o
|
||||
|
||||
CONFIG_H = config.h
|
||||
|
||||
SYS_OBJECTS =
|
||||
|
||||
INCLUDE_PATHS = -I.
|
||||
|
@ -25,6 +27,12 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue