Kernel: The platform rules.mk should define the CPU used
authorWill Sowerbutts <will@sowerbutts.com>
Thu, 12 Feb 2015 21:01:52 +0000 (21:01 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Thu, 12 Feb 2015 21:04:00 +0000 (21:04 +0000)
commitcf4554f90900f5177a198e14ce2a3739c7c22a9f
treec80d7c16e3c95670f1230084b0a316714b83a9d5
parent25bc65f8c75e1b54f64b0dcaf655d60f2fafe71f
Kernel: The platform rules.mk should define the CPU used

This means that only the PLATFORM variable needs to be specified in
Kernel/Makefile, instead both PLATFORM and CPU in combination.
13 files changed:
Kernel/Makefile
Kernel/platform-8086test/rules.mk [new file with mode: 0644]
Kernel/platform-atarist/rules.mk [new file with mode: 0644]
Kernel/platform-dragon/rules.mk [new file with mode: 0644]
Kernel/platform-n8vem-mark4/README
Kernel/platform-n8vem-mark4/rules.mk [new file with mode: 0644]
Kernel/platform-p112/README
Kernel/platform-p112/rules.mk [new file with mode: 0644]
Kernel/platform-socz80/rules.mk [new file with mode: 0644]
Kernel/platform-tgl6502/rules.mk [new file with mode: 0644]
Kernel/platform-z80pack-lite/rules.mk [new file with mode: 0644]
Kernel/platform-z80pack/rules.mk [new file with mode: 0644]
Kernel/platform-zx128/rules.mk [new file with mode: 0644]