view level2/coco3_6309/cmds/makefile @ 2767:51a38eaee97a

Thanks to Bill P for finding that wrong sys lib was being used in the level2/coco3/cmds/makefile Renamed the level2/coco3/cmds/makefile to makefile_common Then removed the the sys6809l1.l file from the makefile_common and then created a new makefile which would add this to the LFLAGS and then include makefile_common. Found that level2/coco3_6309/cmds/makefile was including level2/coco3/cmds/makefile which means that it was also using sys6809l1.l as a linked in library. Updated level2/coco3_6309/cmds/makefile so that it includes level2/coco3/cmds/makefile_common and adds the sys6309l2.l using the LFLAGS option.
author drencor-xeen
date Thu, 17 Jan 2013 20:08:48 -0600
parents c907d090db02
children 863cf7feafa6
line wrap: on
line source

ifndef  NITROS9DIR
NITROS9DIR      = $(HOME)/nitros9
endif
include $(NITROS9DIR)/rules.mak
include ../../coco3/cmds/makefile_common
AFLAGS          += -e -aH6309=1
LFLAGS		+= -l=$(NITROS9DIR)/lib/sys6309l2.l