diff options
| author | Keith Packard <keithp@keithp.com> | 2011-10-26 22:49:11 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-10-26 22:49:11 -0700 |
| commit | da330c5975b9f565d059ef8084dfdacc20f34246 (patch) | |
| tree | 4b7c7cf40cb42427663c863dbe33fa8dc852bbb0 /src/product/Makefile.telemetrum | |
| parent | 8e4cceedb5b758faae684978299e667c4bb06f4d (diff) | |
altos: Bring up basic TeleTerra v0.2 UImultiarch
Lots of fun stuff here -- multiple panes of information.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product/Makefile.telemetrum')
| -rw-r--r-- | src/product/Makefile.telemetrum | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/product/Makefile.telemetrum b/src/product/Makefile.telemetrum index 4f4195a9..40fc6bc2 100644 --- a/src/product/Makefile.telemetrum +++ b/src/product/Makefile.telemetrum @@ -7,8 +7,8 @@ # TM_VER, TM_DEF, TM_INC and TM_SRC and include # this file -vpath %.c ..:../core:../cc1111:../drivers:../product -vpath %.h ..:../core:../cc1111:../drivers:../product +vpath %.c .:..:../core:../cc1111:../drivers:../product +vpath %.h .:..:../core:../cc1111:../drivers:../product vpath ao-make-product.5c ../util ifndef VERSION @@ -72,7 +72,7 @@ SRC = \ $(DRIVER_SRC) \ $(PRODUCT_SRC) -PROG = telemetrum-v$(TM_VER)-$(VERSION).ihx +PROG = telemetrum-v$(TM_VER)-$(VERSION)$(TM_EXTRA).ihx PRODUCT=TeleMetrum-v$(TM_VER) PRODUCT_DEF=-DTELEMETRUM_V_$(TM_DEF) IDPRODUCT=0x000b |
