diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -61,7 +61,7 @@ OBJDIR = obj  # List C source files here. (C dependencies are automatically generated.) -SRC = $(TARGET).c +SRC = $(TARGET).c usbdrv/usbdrv.c usbdrv/oddebug.c  # List C++ source files here. (C dependencies are automatically generated.) @@ -75,7 +75,7 @@ CPPSRC =  #     Even though the DOS/Win* filesystem matches both .s and .S the same,  #     it will preserve the spelling of the filenames, and gcc itself does  #     care about how the name is spelled on its command-line. -ASRC = +ASRC = usbdrv/usbdrvasm.S  # Optimization level, can be [0, 1, 2, 3, s].  @@ -180,7 +180,7 @@ CPPFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS))  #             for use in COFF files, additional information about filenames  #             and function names needs to be present in the assembler source  #             files -- see avr-libc docs [FIXME: not yet described there] -ASFLAGS = -Wa,-adhlns=$(<:%.S=$(OBJDIR)/%.lst),-gstabs  +ASFLAGS = -Wa,-adhlns=$(<:%.S=$(OBJDIR)/%.lst),-gstabs  $(CDEFS)  #---------------- Library Options ----------------  | 
