From 5b54e1476527742585559c475e019d879d1d5275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 6 Dec 2015 21:09:51 +0100 Subject: [PATCH] sdfsdf --- Makefile | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 89dce15..e290e0d 100644 --- a/Makefile +++ b/Makefile @@ -5,18 +5,17 @@ FP_FLAGS = -mfloat-abi=hard -mfpu=fpv4-sp-d16 ARCH_FLAGS = -mthumb -mcpu=cortex-m4 $(FP_FLAGS) -INCL_DIR = include -SRC_DIR = source +INCL_DIR = include +SRC_DIR = source -LIBNAME = arm_cortexM4_scpi +LIBNAME = arm_cortexM4_scpi -#OBJS += $(SRC_DIR)/opamp.o -OBJS = $(SRC_DIR)/scpi_parser.o -OBJS += $(SRC_DIR)/scpi_regs.o -OBJS += $(SRC_DIR)/scpi_errors.o -OBJS += $(SRC_DIR)/scpi_builtins.o +OBJS = $(SRC_DIR)/scpi_parser.o +OBJS += $(SRC_DIR)/scpi_regs.o +OBJS += $(SRC_DIR)/scpi_errors.o +OBJS += $(SRC_DIR)/scpi_builtins.o -JUNK = *.o *.d *.elf *.bin *.hex *.srec *.list *.map *.dis *.disasm *.a +JUNK = *.o *.d *.elf *.bin *.hex *.srec *.list *.map *.dis *.disasm *.a ###############################################################################