Skip to content

Commit

Permalink
arm: rename the jonesforth.s file
Browse files Browse the repository at this point in the history
Be more explicit about arch.

Signed-off-by: Andrei Warkentin <[email protected]>
  • Loading branch information
andreiw committed Nov 5, 2015
1 parent f2f363b commit b75a62f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion rpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all: kernel.img
start.o: start.s
$(AS) start.s -o start.o

jonesforth.o: ../jonesforth.s
jonesforth.o: ../jonesforth-arm.s
$(AS) -o $@ $<

kernel.img: loadmap $(KOBJS)
Expand Down

0 comments on commit b75a62f

Please sign in to comment.