stm32f7/stm32f746g-disco: Add common board support

This commit is contained in:
Alan Carvalho de Assis 2023-08-27 19:48:20 -03:00 committed by Petro Karashchenko
parent 4dcceb00cb
commit 04286eb191
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
############################################################################
# boards/arm/stm32f7/stm32f746g-disco/src/Makefile
# boards/arm/stm32f7/stm32f746g-disco/src/Make.defs
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
@ -74,4 +74,6 @@ ifeq ($(CONFIG_AUDIO_WM8994),y)
CSRCS += stm32_wm8994.c
endif
include $(TOPDIR)/boards/Board.mk
DEPPATH += --dep-path board
VPATH += :board
CFLAGS += ${INCDIR_PREFIX}$(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src$(DELIM)board$(DELIM)board