mirror of
https://github.com/tailix/kernel.git
synced 2025-02-24 15:55:41 -05:00
Move configuration to architecture directories
This commit is contained in:
parent
1a50f83256
commit
0b55b533bd
3 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -6,7 +6,7 @@ if [ -z "$ENV" ]; then
|
|||
ENV='none'
|
||||
fi
|
||||
|
||||
CONFIG="env/$ENV.mk"
|
||||
CONFIG="arch/$ENV/config.mk"
|
||||
|
||||
if [ ! -f "$CONFIG" ]; then
|
||||
echo >&2 "ERROR: file "$CONFIG" does not exist"
|
||||
|
|
Loading…
Add table
Reference in a new issue