mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
makefiles: Fix relative path in file header
This commit is contained in:
committed by
Xiang Xiao
parent
2f4e1c02de
commit
47cb41c92f
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/arm/a1x/Make.defs
|
||||
# arch/arm/src/a1x/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/arm/am335x/Make.defs
|
||||
# arch/arm/src/am335x/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# c5471/Make.defs
|
||||
# arch/arm/src/c5471/Make.defs
|
||||
#
|
||||
# Copyright (C) 2007, 2013-2014, 2018 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# dm320/Make.defs
|
||||
# arch/arm/src/dm320/Make.defs
|
||||
#
|
||||
# Copyright (C) 2007, 2010, 2013-2014, 2018 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/arm/imx6/Make.defs
|
||||
# arch/arm/src/imx6/Make.defs
|
||||
#
|
||||
# Copyright (C) 2016, 2018 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
##############################################################################
|
||||
# lpc214x/Make.defs
|
||||
# arch/arm/src/lpc214x/Make.defs
|
||||
#
|
||||
# Copyright (C) 2007, 2008, 2013-2014, 2018 Gregory Nutt. All rights
|
||||
# reserved.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
##############################################################################
|
||||
# lpc23xx/Make.defs
|
||||
# arch/arm/src/lpc2378/Make.defs
|
||||
#
|
||||
# Copyright (C) 2010 Rommel Marcelo. All rights reserved.
|
||||
# Author: Rommel Marcelo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/arm/lpc31xx/Make.defs
|
||||
# arch/arm/src/lpc31xx/Make.defs
|
||||
#
|
||||
# Copyright (C) 2009-2011, 2014, 2018 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/arm/src/lpc43xx/spfi/src/Make.defs
|
||||
# arch/arm/src/lpc43xx/spifi/src/Make.defs
|
||||
#
|
||||
# Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/arm/src/s32k1xx/x32k11x/Make.defs
|
||||
# arch/arm/src/s32k1xx/s32k11x/Make.defs
|
||||
#
|
||||
# Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/arm/src/s32k14x/Make.defs
|
||||
# arch/arm/src/s32k1xx/s32k14x/Make.defs
|
||||
#
|
||||
# Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/arm/sama5/Make.defs
|
||||
# arch/arm/src/sama5/Make.defs
|
||||
#
|
||||
# Copyright (C) 2016, 2018 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/arm/tms570/Make.defs
|
||||
# arch/arm/src/tms570/Make.defs
|
||||
#
|
||||
# Copyright (C) 2016, 2018 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/arm/src/kinetis/Make.defs
|
||||
# arch/arm/src/xmc4/Make.defs
|
||||
#
|
||||
# Copyright (C) 2017-2018 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/misoc/src/Makefile
|
||||
# arch/misoc/src/lm32/Make.defs
|
||||
#
|
||||
# Copyright (C) 2016 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/misoc/src/Makefile
|
||||
# arch/misoc/src/minerva/Make.defs
|
||||
#
|
||||
# Copyright (C) 2016 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/risc-v/src/gapuino/Make.defs
|
||||
# arch/risc-v/src/gap8/Make.defs
|
||||
#
|
||||
# Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||
# Author: hhuysqt <1020988872@qq.com>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# arch/xtensa/src/lx6/Make.defs
|
||||
# arch/xtensa/src/esp32/Make.defs
|
||||
#
|
||||
# Copyright (C) 2016 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/c5471/c5471/c5471evm/src/Makefile
|
||||
# boards/arm/c5471/c5471evm/src/Makefile
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/cxd56x/common/Makefile
|
||||
# boards/arm/cxd56xx/common/Makefile
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/cxd56xx/drivers/video/Make.defs
|
||||
# boards/arm/cxd56xx/drivers/camera/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/cxd56x/spresense/src/Make.defs
|
||||
# boards/arm/cxd56xx/spresense/src/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/efm32/efm32-g8xx-stk/nsh/Make.defs
|
||||
# boards/arm/efm32/efm32gg-stk3700/scripts/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/stm32f4discovery/scripts/Make.defs
|
||||
# boards/arm/eoss3/quickfeather/scripts/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/imxrt/imxrt120-evk/scripts/Make.defs
|
||||
# boards/arm/imxrt/imxrt1020-evk/scripts/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/imxrt/imxrt-1020-evk/src/Makefile
|
||||
# boards/arm/imxrt/imxrt1020-evk/src/Makefile
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# imxrt1060-evk/configs/libcxxtest/Make.defs
|
||||
# boards/arm/imxrt/imxrt1060-evk/configs/libcxxtest/Make.defs
|
||||
#
|
||||
# Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/imxrt/teensy-4.x/kernel/Make.defs
|
||||
# boards/arm/imxrt/teensy-4.x/kernel/Makefile
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/imxrt/teensy-4.x/sec/Makefile
|
||||
# boards/arm/imxrt/teensy-4.x/src/Makefile
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/kinetis/teensy-3.1/scripts/Make.defs
|
||||
# boards/arm/kinetis/teensy-3.x/scripts/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/lpc17xx_40xx/lx_cpu/nsh/Make.defs
|
||||
# boards/arm/lpc17xx_40xx/lx_cpu/scripts/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/lpc17xx_40xx/open1788k/scripts/Make.defs
|
||||
# boards/arm/lpc17xx_40xx/open1788/scripts/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/lpc17xx_40xx/bambino-200e/configs/nsh/Make.defs
|
||||
# boards/arm/lpc43xx/bambino-200e/configs/netnsh/Make.defs
|
||||
#
|
||||
# Copyright (C) 2017 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/nrf52/nrf52832-mdk/src/Makefile
|
||||
# boards/arm/nrf52/nrf52832-mdk/scripts/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/nrf52/nrf52832-sparkfun.h/src/Makefile
|
||||
# boards/arm/nrf52/nrf52832-sparkfun/scripts/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/nrf52/nrf52832-sparkfun.h/src/Makefile
|
||||
# boards/arm/nrf52/nrf52832-sparkfun/src/Makefile
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/sama5/sama5d3-xplained/src/Makefile
|
||||
# boards/arm/sama5/sama5d2-xult/src/Makefile
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/samv7/same70-xplainged/kernel/Makefile
|
||||
# boards/arm/samv7/same70-xplained/kernel/Makefile
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/samv7/samv7-xult/kernel/Makefile
|
||||
# boards/arm/samv7/samv71-xult/kernel/Makefile
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/axoloti/src/Makefile
|
||||
# boards/arm/stm32/axoloti/src/Make.defs
|
||||
#
|
||||
# Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
||||
# Author: Jason T. Harris <sirmanlypowers@gmail.com>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/b-g474e-dpow1/src/Makefile
|
||||
# boards/arm/stm32/b-g474e-dpow1/src/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/clicker2-stm32/src/Makefile
|
||||
# boards/arm/stm32/clicker2-stm32/src/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/cloudctrl/src/Makefile
|
||||
# boards/arm/stm32/cloudctrl/src/Make.defs
|
||||
#
|
||||
# Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/fire-stm32v2/src/Makefile
|
||||
# boards/arm/stm32/fire-stm32v2/src/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/hymini-stm32v/src/Makefile
|
||||
# boards/arm/stm32/hymini-stm32v/src/Make.defs
|
||||
#
|
||||
# Copyright (C) 2009-2012 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/maple/src/Makefile
|
||||
# boards/arm/stm32/maple/src/Make.defs
|
||||
#
|
||||
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/mikroe-stm32f4/src/Makefile
|
||||
# boards/arm/stm32/mikroe-stm32f4/src/Make.defs
|
||||
#
|
||||
# Copyright (C) 2011-2013, 2016 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/nucleo-f103rb/src/Makefile
|
||||
# boards/arm/stm32/nucleo-f103rb/src/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/nucleo-f207zg/src/Makefile
|
||||
# boards/arm/stm32/nucleo-f207zg/src/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# boards/arm/stm32/nucleo-f302r8/src/Makefile
|
||||
# boards/arm/stm32/nucleo-f302r8/src/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user