blob: 54c4c449b5539bdeb789009a0934de16caa896d5 [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001# Maple host rules
2#
3# Platform/board-specific rules
4# In particular, set BOARD_ENV_RULE if there is anything board-specific to be done
5ifneq ("$(BOARD)", "")
6 -include $(MAKE_DEVICE_DIR)/board.$(BOARD).rules
7endif