annotate 3rdparty/utils/smartwatch/makefile @ 1642:31cba223dc92
sysgo.asm has new dts and dtb pseudo ops
clock2.asm has emulator clock support by Robert Gault
author |
boisy |
date |
Thu, 15 Jul 2004 12:18:04 +0000 |
parents |
174d263c0995 |
children |
e4a0f58a5f9b dd5499bc4bdd |
rev |
line source |
1407
|
1 include ../../../rules.mak
|
0
|
2
|
1407
|
3 DEPENDS = ./makefile
|
0
|
4
|
221
|
5 CMDS = getclk swread swset
|
0
|
6
|
|
7 ALLOBJS = $(CMDS)
|
|
8
|
1407
|
9 all: banner $(ALLOBJS) $(DEPENDS)
|
|
10
|
|
11 banner:
|
1366
|
12 @$(ECHO) "**************************************************"
|
|
13 @$(ECHO) "* *"
|
|
14 @$(ECHO) "* SmartWatch Utilities *"
|
|
15 @$(ECHO) "* *"
|
|
16 @$(ECHO) "**************************************************"
|
0
|
17
|
|
18 clean:
|
|
19 $(RM) $(ALLOBJS)
|
|
20
|