mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
apply to make build system
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import logging
|
||||
import os
|
||||
import shlex
|
||||
import subprocess
|
||||
import sys
|
||||
import shlex
|
||||
|
||||
from .common import BuildSystem, BuildError
|
||||
|
||||
@@ -58,3 +58,7 @@ class MakeBuildSystem(BuildSystem):
|
||||
if MAKE_PROJECT_LINE not in makefile_content:
|
||||
return False
|
||||
return True
|
||||
|
||||
@staticmethod
|
||||
def supported_targets(app_path):
|
||||
return ['esp32']
|
||||
|
Reference in New Issue
Block a user