stm32f7/stm32f746-ws: Add common board support

This commit is contained in:
Alan Carvalho de Assis 2023-08-27 19:55:12 -03:00 committed by Petro Karashchenko
parent 04286eb191
commit 51983159af

View file

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