diff options
| author | Robert Norton | 2018-06-25 17:00:26 +0100 |
|---|---|---|
| committer | Robert Norton | 2018-06-25 17:00:26 +0100 |
| commit | 745882aaccfc6f605be008d0ab10b19b4ca5e1f9 (patch) | |
| tree | 9bf882d598b9b6a890a6f5842f407e7fa04dfcda /mips/Makefile | |
| parent | 1145294ece56f687410d2a9fe087ff69375edeb2 (diff) | |
add device tree file for mips.
Diffstat (limited to 'mips/Makefile')
| -rw-r--r-- | mips/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mips/Makefile b/mips/Makefile index 627f998e..b43dd5d9 100644 --- a/mips/Makefile +++ b/mips/Makefile @@ -21,6 +21,9 @@ mips.c: $(MIPS_PRE) $(MIPS_TLB) $(MIPS_SAILS) $(MIPS_MAIN) Makefile ../sail mips_c: mips.c ../lib/sail.h Makefile gcc -O2 -g -I ../lib $< ../lib/*.c -lgmp -lz -o $@ +sim.dtb: sim.dts + dtc -O dtb -o $@ -b 0 $< + mips_no_tlb.lem: $(MIPS_PRE) $(MIPS_TLB_STUB) $(MIPS_SAILS) $(SAIL) -lem -o mips_no_tlb -lem_mwords -lem_lib Mips_extras -undefined_gen -memo_z3 $^ mips_no_tlb_types.lem: mips_no_tlb.lem |
