mirror of
https://github.com/brain-hackers/lab
synced 2025-10-15 12:48:39 +09:00
Add x1 experiments
This commit is contained in:
10
x1/Makefile
Normal file
10
x1/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
CROSS_COMPILE:=arm-linux-gnueabi-
|
||||
AS:=$(CROSS_COMPILE)as
|
||||
|
||||
.PHONY:
|
||||
all: return.bin mrc.bin
|
||||
|
||||
%.bin: %.S
|
||||
@$(AS) $<
|
||||
@./extract.py a.out $@
|
||||
@rm -f a.out
|
Reference in New Issue
Block a user