Skip to content

Commit

Permalink
stm32f7/stm32f746-ws: Add common board support
Browse files Browse the repository at this point in the history
  • Loading branch information
acassis committed Aug 27, 2023
1 parent e44adde commit dfeafc5
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit dfeafc5

Please sign in to comment.