Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01_wait_forever/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 02_runtime_init/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 03_hacky_hello_world/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 04_safe_globals/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 05_drivers_gpio_uart/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 06_uart_chainloader/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 07_timestamps/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 08_hw_debug_JTAG/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 09_privilege_level/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 10_virtual_mem_part1_identity_mapping/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 11_exceptions_part1_groundwork/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 12_integrated_testing/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 13_exceptions_part2_peripheral_IRQs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 14_virtual_mem_part2_mmio_remap/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 15_virtual_mem_part3_precomputed_tables/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 16_virtual_mem_part4_higher_half_kernel/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 17_kernel_symbols/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 17_kernel_symbols/kernel_symbols.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/format.mk
include ../common/docker.mk
Expand Down
2 changes: 1 addition & 1 deletion 18_backtrace/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 18_backtrace/kernel_symbols.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/format.mk
include ../common/docker.mk
Expand Down
2 changes: 1 addition & 1 deletion 19_kernel_heap/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 19_kernel_heap/kernel_symbols.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/format.mk
include ../common/docker.mk
Expand Down
2 changes: 1 addition & 1 deletion 20_timer_callbacks/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down
2 changes: 1 addition & 1 deletion 20_timer_callbacks/kernel_symbols.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/format.mk
include ../common/docker.mk
Expand Down
2 changes: 1 addition & 1 deletion X1_JTAG_boot/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
## Copyright (c) 2018-2023 Andre Richter <andre.o.richter@gmail.com>

include ../common/docker.mk
include ../common/format.mk
Expand Down