Skip to content

Commit

Permalink
stm32f7/stm32f746g-disco: 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 1abf33f commit e44adde
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/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
Expand Down Expand Up @@ -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

0 comments on commit e44adde

Please sign in to comment.