From c5ccf598a6e23909dead9ac8b413fb42925ee5f4 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 10 Oct 2021 11:54:35 +0200 Subject: Share flags between lib and test programs --- test/Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 0891b70..3bf5a70 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,15 +1,6 @@ -MCU = IMXRT1062 -MCU_DEF = ARDUINO_TEENSY40 +include $(TEENSY_PATH)/include/flags.mk -OPTIONS = -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -OPTIONS += -D__$(MCU)__ -DARDUINO=10813 -DTEENSYDUINO=154 -D$(MCU_DEF) - -CPU_OPTIONS = -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -mthumb - -CPPFLAGS = $(NIX_CFLAGS_COMPILE) -Wall -g -O2 $(CPU_OPTIONS) -MMD $(OPTIONS) -I. -ffunction-sections -fdata-sections -CXXFLAGS = -std=gnu++20 -felide-constructors -fno-exceptions -fpermissive -fno-rtti -Wno-error=narrowing - -LDFLAGS += -Os -Wl,--gc-sections,--relax $(CPU_OPTIONS) +CXXFLAGS += -std=gnu++20 LIBS = -lm -lstdc++ -lteensy-core -- cgit v1.2.3