[Tools] Remove Makefile from BSP

This commit is contained in:
BernardXiong
2019-03-26 16:00:41 +00:00
parent bd8f0d0423
commit 47ca1c2ff4
2 changed files with 19 additions and 13 deletions
-13
View File
@@ -1,13 +0,0 @@
phony := all
all:
include config.mk
ifneq ($(MAKE_LIB),1)
TARGET := rtthread.elf
include src.mk
endif
$(if $(strip $(RTT_ROOT)),,$(error RTT_ROOT not defined))
include $(RTT_ROOT)/tools/rtthread.mk