mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
boards/Board.mk: Add support to pass dependency paths. boards/arm/cxd56xx/common/Makefile: Add correct dependency paths for board/ and src/ subdirectories.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
############################################################################
|
||||
# boards/arm/cxd56x/spresense/src/Makefile
|
||||
# boards/arm/cxd56x/common/Makefile
|
||||
#
|
||||
# Copyright 2018 Sony Semiconductor Solutions Corporation
|
||||
# Copyright 2019 Sony Semiconductor Solutions Corporation
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
@@ -37,4 +37,7 @@
|
||||
include board$(DELIM)Make.defs
|
||||
include src$(DELIM)Make.defs
|
||||
|
||||
DEPPATH += --dep-path board
|
||||
DEPPATH += --dep-path src
|
||||
|
||||
include $(TOPDIR)/boards/Board.mk
|
||||
|
||||
Reference in New Issue
Block a user