~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to Tido/BLF-VLD/Fixed Modes/subdir.mk

  • Committer: Selene Scriven
  • Date: 2015-10-06 00:19:05 UTC
  • mfrom: (150.1.12 sandbox)
  • mto: This revision was merged to the branch mainline in revision 162.
  • Revision ID: ubuntu@toykeeper.net-20151006001905-w3aqjycpxah34gsd
merged sandbox -- added Tido's BLF-VLD, updated s7 and added volts+tents battcheck to it, battcheck.py and tk-*.h updates...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
# Automatically-generated file. Do not edit!
 
3
################################################################################
 
4
 
 
5
# Add inputs and outputs from these tool invocations to the build variables 
 
6
C_SRCS += \
 
7
../driver.c 
 
8
 
 
9
OBJS += \
 
10
./driver.o 
 
11
 
 
12
C_DEPS += \
 
13
./driver.d 
 
14
 
 
15
 
 
16
# Each subdirectory must supply rules for building sources it contributes
 
17
%.o: ../%.c
 
18
        @echo 'Building file: $<'
 
19
        @echo 'Invoking: AVR Compiler'
 
20
        avr-gcc -DBUILD_FIXED -Wall -Os -fpack-struct -fshort-enums -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=attiny13 -DF_CPU=4800000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -c -o"$@" "$<"
 
21
        @echo 'Finished building: $<'
 
22
        @echo ' '
 
23
 
 
24