This commit is contained in:
Solomon Peachy 2013-08-03 10:05:38 -04:00
parent 5978d0bbbd
commit e9f538cbd3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ DEPFILE = .depend
# Set up the libraries we need
LIBRARIES = $(MCU_LIBS)
LIBS_OBJS += $(MCU_LIBS_OBJS)
LIBS_OBJS = $(MCU_LIBS_OBJS)
PROGRAM_LIBS = src/core.a
# Generic compilation rules