From b5faac83445fcd60a90d84e81b51ee6355bbb2e5 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Thu, 16 Oct 2025 14:15:03 +0200 Subject: leaf: Initial commit Change-Id: I6811cdd3268b30d2240ef7347c581ef09e9cc22b --- build/config.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 build/config.mk (limited to 'build/config.mk') 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 -- cgit v1.2.3-59-g8ed1b