aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-12-30 14:40:26 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2019-12-30 14:40:26 +0100
commiteae54c24e2e2b89f399bc2d3be195468c2e462a5 (patch)
treef1d1f94bf47a8ec0750bb37ec10d709bfa987c09 /Makefile
parent26685f5203bc38cfa082b96182a406f4f7e6435a (diff)
downloadrpi-MMU-example-eae54c24e2e2b89f399bc2d3be195468c2e462a5.tar.gz
rpi-MMU-example-eae54c24e2e2b89f399bc2d3be195468c2e462a5.zip
stop direct uart usage from PL0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48bbd14..c3fc2f1 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ ARM_OBJECTS=kernel.o paging.o demo_functionality.o PL0_test.o uart.o loader_stag
KERNEL_STAGE2_OBJECTS=setup.o interrupt_vector.o interrupts.o uart.o demo_functionality.o paging.o ramfs_embeddable.o ramfs.o
-PL_0_TEST_OBJECTS=PL0_utils.o svc.o PL0_test.o uart.o
+PL_0_TEST_OBJECTS=PL0_utils.o svc.o PL0_test.o
RAMFS_FILES=PL_0_test.img