Skip to content

Commit

Permalink
Initial checkin Makefile/Make.defs since restructed
Browse files Browse the repository at this point in the history
Change-Id: I3034bc49503cf6deeb4a4dc340fc6ef98b9aff62
  • Loading branch information
liuguo09 authored and openvela-robot committed Nov 20, 2024
1 parent 6827b9d commit ad2fdbc
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.depend
Make.dep
*.o
*.a
*.d
*.i
*~
.swp
.*.swp
core
.gdbinit
cscope.out
/*/
/.context
/.config
/.depend
/*.lib
.kconfig
/Kconfig
20 changes: 20 additions & 0 deletions Make.defs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
############################################################################
# vendor/xiaomi/Make.defs
#
# Copyright (C) 2021 Xiaomi Corporation
#
# 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 $(wildcard $(APPDIR)/vendor/xiaomi/*/Make.defs)
22 changes: 22 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
############################################################################
# vendor/xiaomi/Makefile
#
# Copyright (C) 2021 Xiaomi Corporation
#
# 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.
#
############################################################################

MENUDESC = "Xiaomi Projects"

include $(APPDIR)/Directory.mk

0 comments on commit ad2fdbc

Please sign in to comment.