Added opgave b1
This commit is contained in:
@@ -37,6 +37,7 @@ SUBDIRS :=
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../lcd.c \
|
||||
../main.c
|
||||
|
||||
|
||||
@@ -47,15 +48,19 @@ ASM_SRCS +=
|
||||
|
||||
|
||||
OBJS += \
|
||||
lcd.o \
|
||||
main.o
|
||||
|
||||
OBJS_AS_ARGS += \
|
||||
lcd.o \
|
||||
main.o
|
||||
|
||||
C_DEPS += \
|
||||
lcd.d \
|
||||
main.d
|
||||
|
||||
C_DEPS_AS_ARGS += \
|
||||
lcd.d \
|
||||
main.d
|
||||
|
||||
OUTPUT_FILE_PATH +=MIC-Week3.elf
|
||||
@@ -75,6 +80,8 @@ LINKER_SCRIPT_DEP+=
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
./%.o: .././%.c
|
||||
@echo Building file: $<
|
||||
@echo Invoking: AVR/GNU C Compiler : 4.9.2
|
||||
|
||||
Reference in New Issue
Block a user