[AVR] Removed spurious includes, better include paths
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8075 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
893a54f299
commit
4a528f5f5d
|
@ -64,16 +64,16 @@ include $(CHIBIOS)/os/hal/ports/AVR/platform.mk
|
||||||
include $(CHIBIOS)/os/hal/osal/nil/osal.mk
|
include $(CHIBIOS)/os/hal/osal/nil/osal.mk
|
||||||
include $(CHIBIOS)/os/nil/nil.mk
|
include $(CHIBIOS)/os/nil/nil.mk
|
||||||
include $(CHIBIOS)/os/nil/ports/AVR/compilers/GCC/mk/port.mk
|
include $(CHIBIOS)/os/nil/ports/AVR/compilers/GCC/mk/port.mk
|
||||||
#include $(CHIBIOS)/test/rt/test.mk
|
include $(CHIBIOS)/test/nil/test.mk
|
||||||
|
|
||||||
# List C source files here. (C dependencies are automatically generated.)
|
# List C source files here. (C dependencies are automatically generated.)
|
||||||
SRC = $(PORTSRC) \
|
SRC = $(KERNSRC) \
|
||||||
$(KERNSRC) \
|
$(PORTSRC) \
|
||||||
$(TESTSRC) \
|
|
||||||
$(HALSRC) \
|
|
||||||
$(OSALSRC) \
|
$(OSALSRC) \
|
||||||
|
$(HALSRC) \
|
||||||
$(PLATFORMSRC) \
|
$(PLATFORMSRC) \
|
||||||
$(BOARDSRC) \
|
$(BOARDSRC) \
|
||||||
|
$(TESTSRC) \
|
||||||
main.c
|
main.c
|
||||||
|
|
||||||
# List C++ source files here. (C dependencies are automatically generated.)
|
# List C++ source files here. (C dependencies are automatically generated.)
|
||||||
|
|
|
@ -67,13 +67,13 @@ include $(CHIBIOS)/os/rt/ports/AVR/compilers/GCC/mk/port.mk
|
||||||
include $(CHIBIOS)/test/rt/test.mk
|
include $(CHIBIOS)/test/rt/test.mk
|
||||||
|
|
||||||
# List C source files here. (C dependencies are automatically generated.)
|
# List C source files here. (C dependencies are automatically generated.)
|
||||||
SRC = $(PORTSRC) \
|
SRC = $(KERNSRC) \
|
||||||
$(KERNSRC) \
|
$(PORTSRC) \
|
||||||
$(TESTSRC) \
|
|
||||||
$(HALSRC) \
|
|
||||||
$(OSALSRC) \
|
$(OSALSRC) \
|
||||||
|
$(HALSRC) \
|
||||||
$(PLATFORMSRC) \
|
$(PLATFORMSRC) \
|
||||||
$(BOARDSRC) \
|
$(BOARDSRC) \
|
||||||
|
$(TESTSRC) \
|
||||||
$(CHIBIOS)/os/various/evtimer.c \
|
$(CHIBIOS)/os/various/evtimer.c \
|
||||||
main.c
|
main.c
|
||||||
|
|
||||||
|
|
|
@ -27,9 +27,6 @@
|
||||||
#ifndef _ST_LLD_H_
|
#ifndef _ST_LLD_H_
|
||||||
#define _ST_LLD_H_
|
#define _ST_LLD_H_
|
||||||
|
|
||||||
#include "mcuconf.h"
|
|
||||||
#include "avr_timers.h"
|
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver constants. */
|
/* Driver constants. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Reference in New Issue