Makefile: Move the per CPU stuff into the CPU directory
authorAlan Cox <alan@linux.intel.com>
Sun, 8 Feb 2015 15:30:52 +0000 (15:30 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Feb 2015 15:30:52 +0000 (15:30 +0000)
commit9933a28188dd4ba186ddbf41062eb3971fcc94d0
treef31f11accb776afd133957b33eadb2c9f4cfe5cd
parentcf0c0d1da554ae785200da95187a2e028a36c856
Makefile: Move the per CPU stuff into the CPU directory

Before the Makefiles get out of hand, impose some kind of sanity. We will also
need the platform bits for things like ZX Spectrum 128 where we need to add
our new --external-banker flags and the like.
Kernel/Makefile
Kernel/cpu-6502/rules.mk [new file with mode: 0644]
Kernel/cpu-68000/rules.mk [new file with mode: 0644]
Kernel/cpu-6809/rules.mk [new file with mode: 0644]
Kernel/cpu-8086/rules.mk [new file with mode: 0644]
Kernel/cpu-z180/rules.mk [new file with mode: 0644]
Kernel/cpu-z80/rules.mk [new file with mode: 0644]