# # Wizard autogenerated makefile. # DO NOT EDIT, use the rmslog_user.mk file instead. # # Constants automatically defined by the selected modules rmslog_DEBUG = 1 # Our target application TRG += rmslog rmslog_PREFIX = "/usr/bin/avr-" rmslog_SUFFIX = "" rmslog_SRC_PATH = rmslog rmslog_HW_PATH = rmslog # Files automatically generated by the wizard. DO NOT EDIT, USE rmslog_USER_CSRC INSTEAD! rmslog_WIZARD_CSRC = \ bertos/mware/event.c \ bertos/io/kfile.c \ bertos/mware/formatwr.c \ bertos/cpu/avr/drv/timer_avr.c \ bertos/drv/timer.c \ bertos/kern/signal.c \ bertos/kern/proc.c \ bertos/cpu/avr/drv/ser_avr.c \ bertos/drv/sd.c \ bertos/drv/ser.c \ bertos/mware/hex.c \ bertos/fs/fat.c \ bertos/fs/fatfs/ff.c \ bertos/fs/fatfs/diskio.c \ bertos/io/kblock.c \ FAT16/fat.c \ FAT16/sd_raw.c \ FAT16/partition.c \ # # Files automatically generated by the wizard. DO NOT EDIT, USE rmslog_USER_PCSRC INSTEAD! rmslog_WIZARD_PCSRC = \ bertos/mware/formatwr.c \ # # Files automatically generated by the wizard. DO NOT EDIT, USE rmslog_USER_CPPASRC INSTEAD! rmslog_WIZARD_CPPASRC = \ bertos/cpu/avr/hw/switch_ctx_avr.S \ # # Files automatically generated by the wizard. DO NOT EDIT, USE rmslog_USER_CXXSRC INSTEAD! rmslog_WIZARD_CXXSRC = \ \ # # Files automatically generated by the wizard. DO NOT EDIT, USE rmslog_USER_ASRC INSTEAD! rmslog_WIZARD_ASRC = \ \ # rmslog_CPPFLAGS = -D'CPU_FREQ=(16000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(rmslog_HW_PATH) -I$(rmslog_SRC_PATH) $(rmslog_CPU_CPPFLAGS) $(rmslog_USER_CPPFLAGS) # Automatically generated by the wizard. PLEASE DO NOT EDIT! rmslog_LDFLAGS = $(rmslog_CPU_LDFLAGS) $(rmslog_WIZARD_LDFLAGS) $(rmslog_USER_LDFLAGS) # Automatically generated by the wizard. PLEASE DO NOT EDIT! rmslog_CPPAFLAGS = $(rmslog_CPU_CPPAFLAGS) $(rmslog_WIZARD_CPPAFLAGS) $(rmslog_USER_CPPAFLAGS) # Automatically generated by the wizard. PLEASE DO NOT EDIT! rmslog_CSRC = $(rmslog_CPU_CSRC) $(rmslog_WIZARD_CSRC) $(rmslog_USER_CSRC) # Automatically generated by the wizard. PLEASE DO NOT EDIT! rmslog_PCSRC = $(rmslog_CPU_PCSRC) $(rmslog_WIZARD_PCSRC) $(rmslog_USER_PCSRC) # Automatically generated by the wizard. PLEASE DO NOT EDIT! rmslog_CPPASRC = $(rmslog_CPU_CPPASRC) $(rmslog_WIZARD_CPPASRC) $(rmslog_USER_CPPASRC) # Automatically generated by the wizard. PLEASE DO NOT EDIT! rmslog_CXXSRC = $(rmslog_CPU_CXXSRC) $(rmslog_WIZARD_CXXSRC) $(rmslog_USER_CXXSRC) # Automatically generated by the wizard. PLEASE DO NOT EDIT! rmslog_ASRC = $(rmslog_CPU_ASRC) $(rmslog_WIZARD_ASRC) $(rmslog_USER_ASRC) # CPU specific flags and options, defined in the CPU definition files. # Automatically generated by the wizard. PLEASE DO NOT EDIT! rmslog_MCU = atmega328p rmslog_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/ rmslog_PROGRAMMER_CPU = atmega328p rmslog_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh rmslog_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh rmslog_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh rmslog_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh include $(rmslog_SRC_PATH)/rmslog_user.mk