Skip to content

Commit

Permalink
Make rules for includes
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Apr 25, 2019
1 parent 04f4f6d commit 99cec70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ APP_FILE = $(TOP)/apps/$(APP_NAME).app.ini

APP_DEPENDS += $(wildcard common/python/*.py)
APP_DEPENDS += $(wildcard common/templates/*)
APP_DEPENDS += $(wildcard includes/*)
APP_DEPENDS += $(wildcard targets/*/*.ini)
APP_DEPENDS += $(wildcard modules/*/const/*.xdc)

Expand Down

0 comments on commit 99cec70

Please sign in to comment.