Mercurial > hg > Members > kono > nitros9-code
comparison level1/coco/modules/makefile @ 2049:0cf8513d33d7
Updated for new structure
author | boisy |
---|---|
date | Sun, 23 Apr 2006 18:01:52 +0000 |
parents | d3b51489cb58 |
children | a80f533398ff |
comparison
equal
deleted
inserted
replaced
2048:127b30f90456 | 2049:0cf8513d33d7 |
---|---|
1 PORT = coco | 1 PORT = coco |
2 include $(NITROS9DIR)/rules.mak | 2 include $(NITROS9DIR)/rules.mak |
3 | 3 |
4 vpath %.asm $(6809L1)/modules | 4 vpath %.asm $(LEVEL1)/modules |
5 | |
6 AFLAGS += -I$(LEVEL1)/modules | |
5 | 7 |
6 CLOCKELIM = -aRTCElim=1 | 8 CLOCKELIM = -aRTCElim=1 |
7 CLOCKDISTO2 = -aRTCDsto2=1 | 9 CLOCKDISTO2 = -aRTCDsto2=1 |
8 CLOCKDISTO4 = -aRTCDsto4=1 | 10 CLOCKDISTO4 = -aRTCDsto4=1 |
9 CLOCKBNB = -aRTCBB=1 | 11 CLOCKBNB = -aRTCBB=1 |