stm32f7/stm32f769i-disco: Add common board support

This commit is contained in:
Alan Carvalho de Assis 2023-08-27 20:08:04 -03:00 committed by Petro Karashchenko
parent 51983159af
commit 610a06cf7c

View File

@ -1,5 +1,5 @@
############################################################################
# boards/arm/stm32f7/stm32f769i-disco/src/Makefile
# boards/arm/stm32f7/stm32f769i-disco/src/Make.defs
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
@ -48,4 +48,6 @@ ifeq ($(CONFIG_STM32F7_FMC),y)
CSRCS += stm32_extmem.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