diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2020-01-13 15:10:37 +0100 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2020-01-13 15:10:37 +0100 |
commit | 3f3a1c4dac6107679098b55faa47d92dda4e8918 (patch) | |
tree | 3a7de681b93ddd28f311c05dccd14fb89b113dd5 /build/Makefile | |
parent | 376ead0f2fb6d2048cb0fe958c5455f2c5ea8961 (diff) | |
download | rpi-MMU-example-3f3a1c4dac6107679098b55faa47d92dda4e8918.tar.gz rpi-MMU-example-3f3a1c4dac6107679098b55faa47d92dda4e8918.zip |
remove unneeded variable
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/Makefile b/build/Makefile index 8487dff..c657748 100644 --- a/build/Makefile +++ b/build/Makefile @@ -7,8 +7,6 @@ ARM_CC=arm-none-eabi-gcc ARM_CFLAGS=-mcpu=cortex-a7 -ffreestanding -std=gnu11 -Wall -Wextra $(addprefix -I, $(dirs)) ELFFLAGS=-nostdlib -lgcc -ARM_OBJECTS=kernel.o paging.o demo_functionality.o PL0_test.o uart.o loader_stage1.o loader_stage2.o - KERNEL_STAGE2_OBJECTS=setup.o interrupt_vector.o interrupts.o uart.o demo_functionality.o paging.o ramfs_embeddable.o ramfs.o strings.o io.o atags.o scheduler.o PL_0_TEST_OBJECTS=PL0_utils.o svc.o PL0_test.o strings.o io.o |