diff level1/modules/makefile @ 198:90fc6b3fdbdd

Fixed Makefile
author boisy
date Sun, 14 Jul 2002 18:00:33 +0000
parents b4c3a13097a7
children 3303186f9898
line wrap: on
line diff
--- a/level1/modules/makefile	Sun Jul 14 05:51:31 2002 +0000
+++ b/level1/modules/makefile	Sun Jul 14 18:00:33 2002 +0000
@@ -19,11 +19,12 @@
 		h0_35.hp h1_15.hp h1_35.hp m1.hp m2.hp nil.hp p.hp pipe.hp \
 		ssc.hp t1.hp t2.hp t3.hp term32.hp term80.hp config.hp
 
-ALLOBJS		= $(BOOTERS) $(KERNELS) $(SYSMODS) $(CLOCKS) $(FMGRS) \
-		$(DRIVERS) $(IOSUBS) $(DESCS) $(SYSGOS)
+KERNEL_1773	= oscode os9 os9p2 init boot_1773
+KERNEL_ROM	= oscode os9 os9p2 init $(TPB)/boot_rom_l1
 
-KERNEL_1773	= oscode os9 os9p2 init boot_1773
-KERNEL_ROM	= oscode os9 os9p2 init $(TP)/boot_rom_l1
+BOOT_TRACKS	= kernel_1773 kernel_rom
+ALLOBJS		= $(BOOTERS) $(KERNELS) $(SYSMODS) $(CLOCKS) $(FMGRS) \
+		$(DRIVERS) $(IOSUBS) $(DESCS) $(SYSGOS) $(BOOT_TRACKS)
 
 all:	$(ALLOBJS) $(HELP)
 	$(UNIX2OS9) $(HELP)