diff options
-rw-r--r-- | make/include/main.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/include/main.rules b/make/include/main.rules index f46d22398..881c21486 100644 --- a/make/include/main.rules +++ b/make/include/main.rules @@ -18,7 +18,7 @@ mrproper: xclean ############################################################################### include $(MODULES:%=$(PROJECT/)%/module.rules) -include $(PROJECT/)make/variant/$(HOST.system).rules +-include $(PROJECT/)make/variant/$(HOST.system).rules -include $(PROJECT/)make/variant/$(HOST.system).$(BUILD.proc).rules ############################################################################### |