Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config/cpu cleanup #58

Merged
merged 2 commits into from
Jan 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/cpu/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MAINTAINERCLEANFILES = Makefile.in
DIST_SUBDIRS = alpha cris generic i386 i486 ia64 m68k mips powerpc s390
DIST_SUBDIRS = generic i386 powerpc
3 changes: 0 additions & 3 deletions config/cpu/alpha/Makefile.am

This file was deleted.

76 changes: 0 additions & 76 deletions config/cpu/alpha/atomicity.h

This file was deleted.

35 changes: 0 additions & 35 deletions config/cpu/alpha/cycles.h

This file was deleted.

3 changes: 0 additions & 3 deletions config/cpu/cris/Makefile.am

This file was deleted.

78 changes: 0 additions & 78 deletions config/cpu/cris/atomicity.h

This file was deleted.

2 changes: 1 addition & 1 deletion config/cpu/generic/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_HEADERS = atomicity.h cycles.h
noinst_HEADERS = atomicity.h

38 changes: 0 additions & 38 deletions config/cpu/generic/cycles.h

This file was deleted.

2 changes: 1 addition & 1 deletion config/cpu/i386/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_HEADERS = atomicity.h cycles.h
noinst_HEADERS = atomicity.h

34 changes: 0 additions & 34 deletions config/cpu/i386/cycles.h

This file was deleted.

3 changes: 0 additions & 3 deletions config/cpu/i486/Makefile.am

This file was deleted.

3 changes: 0 additions & 3 deletions config/cpu/i486/cycles.h

This file was deleted.

3 changes: 0 additions & 3 deletions config/cpu/ia64/Makefile.am

This file was deleted.

51 changes: 0 additions & 51 deletions config/cpu/ia64/atomicity.h

This file was deleted.

36 changes: 0 additions & 36 deletions config/cpu/ia64/cycles.h

This file was deleted.

Loading