~toykeeper/flashlight-firmware/trunk

« back to all changes in this revision

Viewing changes to Tido/BLF-VLD/Default/subdir.mk

  • Committer: Selene Scriven
  • Date: 2015-09-14 19:22:03 UTC
  • mto: (153.1.18 tiny25)
  • mto: This revision was merged to the branch mainline in revision 156.
  • Revision ID: ubuntu@toykeeper.net-20150914192203-bfdun5ypph44zg6t
added BLF-VLD 0.1

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 -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