File tree 19 files changed +87
-14
lines changed
19 files changed +87
-14
lines changed Original file line number Diff line number Diff line change
1
+ /Kconfig
Original file line number Diff line number Diff line change
1
+ # ##############################################################################
2
+ # apps/testing/arch/CMakeLists.txt
3
+ #
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
6
+ # Licensed to the Apache Software Foundation (ASF) under one or more contributor
7
+ # license agreements. See the NOTICE file distributed with this work for
8
+ # additional information regarding copyright ownership. The ASF licenses this
9
+ # file to you under the Apache License, Version 2.0 (the "License"); you may not
10
+ # use this file except in compliance with the License. You may obtain a copy of
11
+ # the License at
12
+ #
13
+ # http://www.apache.org/licenses/LICENSE-2.0
14
+ #
15
+ # Unless required by applicable law or agreed to in writing, software
16
+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17
+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
18
+ # License for the specific language governing permissions and limitations under
19
+ # the License.
20
+ #
21
+ # ##############################################################################
22
+
23
+ nuttx_add_subdirectory()
24
+ nuttx_generate_kconfig(MENUDESC "arch" )
Original file line number Diff line number Diff line change
1
+ ############################################################################
2
+ # apps/testing/arch/Make.defs
3
+ #
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
6
+ # Licensed to the Apache Software Foundation (ASF) under one or more
7
+ # contributor license agreements. See the NOTICE file distributed with
8
+ # this work for additional information regarding copyright ownership. The
9
+ # ASF licenses this file to you under the Apache License, Version 2.0 (the
10
+ # "License"); you may not use this file except in compliance with the
11
+ # License. You may obtain a copy of the License at
12
+ #
13
+ # http://www.apache.org/licenses/LICENSE-2.0
14
+ #
15
+ # Unless required by applicable law or agreed to in writing, software
16
+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17
+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
18
+ # License for the specific language governing permissions and limitations
19
+ # under the License.
20
+ #
21
+ ############################################################################
22
+
23
+ include $(wildcard $(APPDIR)/testing/arch/*/Make.defs)
Original file line number Diff line number Diff line change
1
+ # ###########################################################################
2
+ # apps/testing/arch/Makefile
3
+ #
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
6
+ # Licensed to the Apache Software Foundation (ASF) under one or more
7
+ # contributor license agreements. See the NOTICE file distributed with
8
+ # this work for additional information regarding copyright ownership. The
9
+ # ASF licenses this file to you under the Apache License, Version 2.0 (the
10
+ # "License"); you may not use this file except in compliance with the
11
+ # License. You may obtain a copy of the License at
12
+ #
13
+ # http://www.apache.org/licenses/LICENSE-2.0
14
+ #
15
+ # Unless required by applicable law or agreed to in writing, software
16
+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17
+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
18
+ # License for the specific language governing permissions and limitations
19
+ # under the License.
20
+ #
21
+ # ###########################################################################
22
+
23
+ MENUDESC = "arch"
24
+
25
+ include $(APPDIR ) /Directory.mk
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
- # apps/testing/himem_test/LibIncludes.mk
2
+ # apps/testing/arch/ himem_test/LibIncludes.mk
3
3
#
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
Original file line number Diff line number Diff line change 1
1
############################################################################
2
- # apps/testing/himem_test/Make.defs
2
+ # apps/testing/arch/ himem_test/Make.defs
3
3
#
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
22
22
23
23
24
24
ifneq ($(CONFIG_TESTING_HIMEM_TEST),)
25
- CONFIGURED_APPS += $(APPDIR)/testing/himem_test
25
+ CONFIGURED_APPS += $(APPDIR)/testing/arch/ himem_test
26
26
endif
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
- # apps/testing/himem_test/Makefile
2
+ # apps/testing/arch/ himem_test/Makefile
3
3
#
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
22
22
23
23
24
24
include $(APPDIR ) /Make.defs
25
- include $(APPDIR ) /testing/himem_test/LibIncludes.mk
25
+ include $(APPDIR ) /testing/arch/ himem_test/LibIncludes.mk
26
26
27
27
28
28
# built-in application info
Original file line number Diff line number Diff line change 1
1
/****************************************************************************
2
- * apps/testing/himem_test/himem_chardev_test.c
2
+ * apps/testing/arch/ himem_test/himem_chardev_test.c
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
- # apps/testing/mtetest/CMakeLists.txt
2
+ # apps/testing/arch/ mtetest/CMakeLists.txt
3
3
#
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
############################################################################
2
- # apps/testing/mtetest/Make.defs
2
+ # apps/testing/arch/ mtetest/Make.defs
3
3
#
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
21
21
############################################################################
22
22
23
23
ifneq ($(CONFIG_TESTING_MTE),)
24
- CONFIGURED_APPS += $(APPDIR)/testing/mtetest
24
+ CONFIGURED_APPS += $(APPDIR)/testing/arch/ mtetest
25
25
endif
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
- # apps/testing/mtetest/Makefile
2
+ # apps/testing/arch/ mtetest/Makefile
3
3
#
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
Original file line number Diff line number Diff line change 1
1
/****************************************************************************
2
- * apps/testing/mtetest/mtetest.c
2
+ * apps/testing/arch/ mtetest/mtetest.c
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
############################################################################
2
- # apps/system/uorb /Make.defs
2
+ # apps/testing/arch/x86-64-ABI /Make.defs
3
3
#
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
21
21
############################################################################
22
22
23
23
ifneq ($(CONFIG_TESTING_X86_64_ABI),)
24
- CONFIGURED_APPS += $(APPDIR)/testing/x86-64-ABI
24
+ CONFIGURED_APPS += $(APPDIR)/testing/arch/ x86-64-ABI
25
25
endif
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
- # apps/testing/x86-64-ABI/Makefile
2
+ # apps/testing/arch/ x86-64-ABI/Makefile
3
3
#
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
You can’t perform that action at this time.
0 commit comments