comparison level1/coco/modules/makefile @ 2609:9dd4f422aac7

Added NitrOS-9 ROM Kit from Cloud-9
author Boisy Pitre <boisy.pitre@nuance.com>
date Tue, 31 Jan 2012 13:57:35 -0600
parents 17d43fd29ee2
children 95c7e747c154 09feb97c181f
comparison
equal deleted inserted replaced
2608:ca1f56f8b646 2609:9dd4f422aac7
21 DEPENDS = ./makefile 21 DEPENDS = ./makefile
22 TPB = $(3RDPARTY)/booters 22 TPB = $(3RDPARTY)/booters
23 23
24 BOOTERS = boot_1773_6ms boot_1773_30ms \ 24 BOOTERS = boot_1773_6ms boot_1773_30ms \
25 boot_burke boot_rampak boot_wd1002 boot_dw3 boot_dw3_coco1 \ 25 boot_burke boot_rampak boot_wd1002 boot_dw3 boot_dw3_coco1 \
26 boot_tc3 boot_ide 26 boot_tc3 boot_ide boot_rom
27 BOOTTRACK = rel $(BOOTERS) 27 BOOTTRACK = rel $(BOOTERS)
28 KERNEL = krn krnp2 wbug 28 KERNEL = krn krnp2 wbug
29 SYSMODS = ioman init sysgo_dd sysgo_h0 29 SYSMODS = ioman init sysgo_dd sysgo_h0 rominfo vectors
30 CLOCKS = clock_60hz clock_50hz \ 30 CLOCKS = clock_60hz clock_50hz \
31 clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ 31 clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \
32 clock2_smart clock2_harris clock2_cloud9 clock2_soft \ 32 clock2_smart clock2_harris clock2_cloud9 clock2_soft \
33 clock2_messemu clock2_jvemu clock2_dw3 33 clock2_messemu clock2_jvemu clock2_dw3
34 34