diff options
author | 2025-10-16 14:15:03 +0200 | |
---|---|---|
committer | 2025-10-16 14:40:33 +0200 | |
commit | b5faac83445fcd60a90d84e81b51ee6355bbb2e5 (patch) | |
tree | 7eef9d229b9c1da312b8c4f03e20cc95229fd8ee /build/config.mk |
leaf: Initial commitbanksia-dev
Change-Id: I6811cdd3268b30d2240ef7347c581ef09e9cc22b
Diffstat (limited to 'build/config.mk')
-rw-r--r-- | build/config.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build/config.mk b/build/config.mk new file mode 100644 index 0000000..fc072c1 --- /dev/null +++ b/build/config.mk @@ -0,0 +1,15 @@ +# Copyright (C) 2025 The LeafOS Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +-include vendor/extra/BoardConfigExtra.mk |