stm32f7/stm32f769i-disco: Add common board support
This commit is contained in:
parent
51983159af
commit
610a06cf7c
@ -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
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
@ -48,4 +48,6 @@ ifeq ($(CONFIG_STM32F7_FMC),y)
|
|||||||
CSRCS += stm32_extmem.c
|
CSRCS += stm32_extmem.c
|
||||||
endif
|
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
|
Loading…
Reference in New Issue
Block a user