25 lines
804 B
Makefile
25 lines
804 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../libs/led/led.c
|
|
|
|
OBJS += \
|
|
./libs/led/led.o
|
|
|
|
C_DEPS += \
|
|
./libs/led/led.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
libs/led/%.o: ../libs/led/%.c
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: AVR Compiler'
|
|
avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega168p -DF_CPU=8000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|