Skip to content

Commit 70d00eb

Browse files
perigosoRafael Silva
authored andcommitted
meson: move flashstubs inclusion for organization reasons
1 parent 1b43b67 commit 70d00eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/target/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3030
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131

32-
target_common_includes = include_directories('.')
33-
3432
subdir('flashstub')
3533

34+
target_common_includes = include_directories('.')
35+
3636
target_common_sources = files(
3737
'adi.c',
3838
'adiv5.c',

0 commit comments

Comments
 (0)