File tree 15 files changed +31
-1
lines changed
15 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
2
# apps/math/CMakeLists.txt
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
5
7
# license agreements. See the NOTICE file distributed with this work for
6
8
# additional information regarding copyright ownership. The ASF licenses this
Original file line number Diff line number Diff line change 1
1
############################################################################
2
2
# apps/math/Make.defs
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
2
# apps/math/Makefile
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
2
# apps/math/gemmlowp/CMakeLists.txt
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
5
7
# license agreements. See the NOTICE file distributed with this work for
6
8
# additional information regarding copyright ownership. The ASF licenses this
Original file line number Diff line number Diff line change 1
1
############################################################################
2
2
# apps/math/gemmlowp/Make.defs
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
2
# apps/math/gemmlowp/Makefile
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
2
# apps/math/kissfft/CMakeLists.txt
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
5
7
# license agreements. See the NOTICE file distributed with this work for
6
8
# additional information regarding copyright ownership. The ASF licenses this
Original file line number Diff line number Diff line change 1
1
############################################################################
2
2
# apps/math/kissfft/Make.defs
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
2
# apps/math/kissfft/Makefile
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
2
# apps/math/libtommath/CMakeLists.txt
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
5
7
# license agreements. See the NOTICE file distributed with this work for
6
8
# additional information regarding copyright ownership. The ASF licenses this
Original file line number Diff line number Diff line change 1
1
############################################################################
2
2
# apps/math/libtommath/Make.defs
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
2
# apps/math/libtommath/Makefile
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
2
# apps/math/ruy/CMakeLists.txt
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
5
7
# license agreements. See the NOTICE file distributed with this work for
6
8
# additional information regarding copyright ownership. The ASF licenses this
Original file line number Diff line number Diff line change 1
1
############################################################################
2
2
# apps/math/ruy/Make.defs
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
2
# apps/math/ruy/Makefile
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
39
41
CFLAGS += ${INCDIR_PREFIX}$(APPDIR ) /math/ruy/ruy
40
42
CXXFLAGS += ${INCDIR_PREFIX}$(APPDIR ) /math/ruy/ruy
41
43
42
- include $(APPDIR ) /Application.mk
44
+ include $(APPDIR ) /Application.mk
You can’t perform that action at this time.
0 commit comments