Mercurial > hg > Members > kono > nitros9-code
view level2/sys/make.hp @ 3210:6353bb024571
Created makefile and defsfile for NoCan RAMMER module driver and descriptor
Updated rammer.asm in the NoCan driver folder to build the NoCan version of the Driver
Updated r0.asm file to create the 6MB version of the descriptor.
The makefile creates a disk image with two sets of the required drivers for
the 6309 and 6809's in their respective module folders.
/NITROS9/6309_L2/MODULES/RBF
for the 6309 files
and
/NITROS9/6809_L2/MODULES/RBF
for the 6809 files.
This will make it easier for doing a dsave from this disk image into a
normal distro disk image so people have these drivers ready for when
new memory upgrades allow compatible usage of the NoCan registers.
author | David Ladd <drencor-xeen@users.sourceforge.net> |
---|---|
date | Wed, 20 Dec 2017 15:15:49 -0600 |
parents | 81584f82ee74 |
children |
line wrap: on
line source
@MAKE Syntax: Make [<opts>] [<target file>] [<macros>] Usage : Maintain, Update and Regenerate Groups of Programs Opts : -b = don't use built in rules -d = debug mode, print out the file dates in makefile -f=<xxx> use <xxx> as makefile (default: makefile) -i = ignore errors on commands, keep going -n = don't execute commands, just print them out -s = silent mode, execute commands without echoing them -t = update the dates without executing the commands -u = do the make whether it needs it or not -z[=<path>] get list of files to make from stdin or path