Remove nrf52-sdk

This commit is contained in:
Thomas Klaehn
2020-04-10 11:02:00 +02:00
parent 3f379122db
commit 9eaa749d68
35 changed files with 38190 additions and 36 deletions

View File

@@ -61,7 +61,7 @@ CXX_FLAGS += -DPLATFORM_$(PLATFORM)
CHECK_FLAGS = $(addprefix -I,$(INCLUDES))
CHECK_FLAGS += --enable=all --template=gcc --error-exitcode=1 --suppress=missingIncludeSystem --inline-suppr --force --language=c++
include build_system/platform/$(PLATFORM)/Makefile.$(PLATFORM)
include build_system/platform/$(PLATFORM)/Makefile
.PHONY: all install uninstall clean distclean debug check
all: $(TARGET)