comparison level2/makefile @ 3145:0c5b16b0b65d

Include coco3fpga port in default build Added "coco3fpga" to dir list in "level2/makefile"
author Bill Pierce <merlinious999@gmail.com>
date Sat, 04 Feb 2017 18:33:07 +0100
parents e1aadba01e81
children
comparison
equal deleted inserted replaced
3144:1402bb974f85 3145:0c5b16b0b65d
1 include $(NITROS9DIR)/rules.mak 1 include $(NITROS9DIR)/rules.mak
2 2
3 dirs = coco3 coco3_6309 mc09l2 3 dirs = coco3 coco3_6309 mc09l2 coco3fpga
4 ifdef PORTS 4 ifdef PORTS
5 dirs = $(PORTS) 5 dirs = $(PORTS)
6 endif 6 endif
7 7
8 # Make all components 8 # Make all components