infinity: For production model and add SpaceFn

This commit is contained in:
Jun Wako 2015-03-05 10:38:18 +09:00
parent abf482de8e
commit c35c4283b9
4 changed files with 37 additions and 5 deletions

View file

@ -12,11 +12,16 @@ OBJDIR = ./build
OBJECTS = \
$(OBJDIR)/matrix.o \
$(OBJDIR)/keymap.o \
$(OBJDIR)/keymap_common.o \
$(OBJDIR)/led.o \
$(OBJDIR)/main.o
ifdef KEYMAP
OBJECTS := $(OBJDIR)/keymap_$(KEYMAP).o $(OBJECTS)
else
OBJECTS := $(OBJDIR)/keymap.o $(OBJECTS)
endif
CONFIG_H = config.h
INCLUDE_PATHS = -I.