From be0a8b4db2db08b181b1c47ee53ca6d4f1f94bc9 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Fri, 22 May 2020 18:45:07 +0200 Subject: [PATCH] Fixed test-app/Makefile with correct conditional indentation --- test-app/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/test-app/Makefile b/test-app/Makefile index d3f034ee..e0324038 100644 --- a/test-app/Makefile +++ b/test-app/Makefile @@ -110,16 +110,16 @@ endif ifeq ($(TARGET),psoc6) LSCRIPT_TEMPLATE:=ARM-psoc6.ld - APP_OBJS+= $(CYPRESS_PDL)/drivers/source/cy_gpio.o \ - $(CYPRESS_PDL)/drivers/source/cy_device.o - CFLAGS+=-I$(CYPRESS_PDL)/drivers/include/ \ - -I$(CYPRESS_PDL)/devices/include \ - -I$(CYPRESS_PDL)/cmsis/include \ - -I$(CYPRESS_TARGET_LIB) \ - -I$(CYPRESS_CORE_LIB)/include \ - -I$(CYPRESS_PDL)/devices/include/ip \ - -I$(CYPRESS_PDL)/devices/templates/COMPONENT_MTB \ - -DCY8C624ABZI_D44 + APP_OBJS+= $(CYPRESS_PDL)/drivers/source/cy_gpio.o + APP_OBJS+= $(CYPRESS_PDL)/drivers/source/cy_device.o + CFLAGS+=-I$(CYPRESS_PDL)/drivers/include/ + CFLAGS+=-I$(CYPRESS_PDL)/devices/include + CFLAGS+=-I$(CYPRESS_PDL)/cmsis/include + CFLAGS+=-I$(CYPRESS_TARGET_LIB) + CFLAGS+=-I$(CYPRESS_CORE_LIB)/include + CFLAGS+=-I$(CYPRESS_PDL)/devices/include/ip + CFLAGS+=-I$(CYPRESS_PDL)/devices/templates/COMPONENT_MTB + CFLAGS+=-DCY8C624ABZI_D44 endif standalone:CFLAGS+=-DTEST_APP_STANDALONE