misc: Move avr_mcu_section.h to sim/avr
authorJakob Gruber <jakob.gruber@gmail.com>
Mon, 10 Sep 2012 10:22:57 +0000 (12:22 +0200)
committerJakob Gruber <jakob.gruber@gmail.com>
Mon, 10 Sep 2012 10:36:21 +0000 (12:36 +0200)
commit099905d65703d7ed3a1ae97cf5fd9eae28e03aa8
treee9b67e0203e36c9a8bc41b6f9040d75e7a6c6882
parent2935c2b387bcee8971cb611fec6b4b8a0a51a7c4
misc: Move avr_mcu_section.h to sim/avr

Since sim_elf.h includes avr_mcu_section.h, it needs to reference
a path which works both during simavr builds, and compilation of
external programs including sim_elf.h. Adding the avr/ subdirectory
to pkg-config cflags is not desired, to make sure it's clear that header
is shared between the sim and the firmware.
Makefile.common
include/avr_mcu_section.h [deleted file]
simavr/Makefile
simavr/sim/avr/avr_mcu_section.h [new file with mode: 0644]
simavr/sim/sim_avr.c
simavr/sim/sim_elf.h