Makefile: fix typo
The line that was including the appliance-specific config had a typo. The typo was overlooked all this time because no appliance really uses this feature. Until now...
This commit is contained in:
parent
e73c7cebb5
commit
899184e1ec
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ WORLD = appliances/$(APPLIANCE)/world
|
||||||
EXTRA_WORLD =
|
EXTRA_WORLD =
|
||||||
|
|
||||||
# Allow appliance to override variables
|
# Allow appliance to override variables
|
||||||
-include appliance/$(APPLIANCE)/$(APPLIANCE).cfg
|
-include appliances/$(APPLIANCE)/$(APPLIANCE).cfg
|
||||||
|
|
||||||
# Allow user to override variables
|
# Allow user to override variables
|
||||||
-include $(profile).cfg
|
-include $(profile).cfg
|
||||||
|
|
Loading…
Reference in New Issue