Keyboard firmwares for Atmel AVR and Cortex-M
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.

Makefile 578B

123456789101112131415161718192021222324252627282930
  1. # This file was automagically generated by mbed.org. For more information,
  2. # see http://mbed.org/handbook/Exporting-to-GCC-ARM-Embedded
  3. PROJECT = USBKeyboard_HelloWorld
  4. TMK_DIR = ../..
  5. MBED_DIR = ./mbed-sdk
  6. #VPATH += $(MBED_DIR):$(TMK_DIR)
  7. vpath %.s .:$(MBED_DIR):$(TMK_DIR)
  8. vpath %.c .:$(MBED_DIR):$(TMK_DIR)
  9. vpath %.cpp .:$(MBED_DIR):$(TMK_DIR)
  10. OBJDIR = ./build
  11. OBJECTS = \
  12. $(OBJDIR)/./HIDKeyboard.o \
  13. $(OBJDIR)/./mbed_driver.o \
  14. $(OBJDIR)/./main.o
  15. SYS_OBJECTS =
  16. INCLUDE_PATHS = -I.
  17. LIBRARY_PATHS =
  18. LIBRARIES =
  19. include mbed.mk
  20. include common.mk
  21. include gcc.mk