Shad Ansari | 2f7f9be | 2017-06-07 13:34:53 -0700 | [diff] [blame^] | 1 | # Central Makefile template |
2 | # Builds specific module | ||||
3 | # Input parameters: | ||||
4 | # MOD_DIR | ||||
5 | # TOP_DIR | ||||
6 | |||||
7 | ifeq (x"$(V)", x"1") | ||||
8 | $(info Building module $(MOD_DIR)) | ||||
9 | endif | ||||
10 | |||||
11 | include $(MAKE_DIR)/Makefile.config | ||||
12 | include $(MAKE_DIR)/Makefile.rules |