diff options
| author | Keith Packard <keithp@keithp.com> | 2013-09-15 14:11:50 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-09-15 14:11:50 -0700 |
| commit | 690094e2d7d9cfe5eb4edb478fd79e5d133c6b4b (patch) | |
| tree | 613a0369133174f7365e78fc6b29c8ca1cad0aa5 /src/micropeak/Makefile | |
| parent | 2449d123690746d0d0d5d66dfc4d3a05b9f5dc0c (diff) | |
altos: Move micropeak sources around
This sticks the micropeak sources in appropriate directories, rather
than in the micropeak product directory so that they can be shared
with future micropeak-style products.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/micropeak/Makefile')
| -rw-r--r-- | src/micropeak/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/micropeak/Makefile b/src/micropeak/Makefile index 44e0b873..e51b2847 100644 --- a/src/micropeak/Makefile +++ b/src/micropeak/Makefile @@ -2,7 +2,7 @@ # Tiny AltOS build # # -vpath % ../attiny:../drivers:../core:.. +vpath % ../attiny:../drivers:../core:../product:.. vpath ao-make-product.5c ../util vpath make-altitude-pa ../util @@ -30,7 +30,7 @@ ALTOS_SRC = \ ao_ms5607.c \ ao_exti.c \ ao_convert_pa.c \ - ao_report_tiny.c \ + ao_report_micro.c \ ao_notask.c \ ao_eeprom_tiny.c \ ao_panic.c \ @@ -53,7 +53,7 @@ INC=\ IDPRODUCT=0 PRODUCT=MicroPeak-v0.1 PRODUCT_DEF=-DMICROPEAK -CFLAGS = $(PRODUCT_DEF) -I. -I../attiny -I../core -I.. -I../drivers +CFLAGS = $(PRODUCT_DEF) -I. -I../attiny -I../core -I.. -I../drivers -I../product CFLAGS += -g -mmcu=$(MCU) -Wall -Wstrict-prototypes -O2 -mcall-prologues -DATTINY NICKLE=nickle |
