mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-05-02 22:43:29 +00:00
Merge pull request #100 from antonblanchard/gpr-hazard-5-a
Separate issue control into its own unit
This commit is contained in:
2
Makefile
2
Makefile
@@ -23,7 +23,7 @@ countzero_tb.o: common.o glibc_random.o countzero.o
|
||||
cr_file.o: common.o
|
||||
crhelpers.o: common.o
|
||||
decode1.o: common.o decode_types.o
|
||||
decode2.o: decode_types.o common.o helpers.o insn_helpers.o
|
||||
decode2.o: decode_types.o common.o helpers.o insn_helpers.o control.o
|
||||
decode_types.o:
|
||||
execute1.o: decode_types.o common.o helpers.o crhelpers.o insn_helpers.o ppc_fx_insns.o rotator.o logical.o countzero.o
|
||||
execute2.o: common.o crhelpers.o ppc_fx_insns.o
|
||||
|
||||
Reference in New Issue
Block a user