mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Change the case of an include file and a file name in the makefile for the SAM7X Eclipse demo to ensure it can be built on Linux.
This commit is contained in:
parent
46c4d33d28
commit
80a942e964
|
@ -118,7 +118,7 @@ THUMB_SOURCE= \
|
||||||
|
|
||||||
ARM_SOURCE= \
|
ARM_SOURCE= \
|
||||||
$(RTOS_SOURCE_DIR)/portable/GCC/ARM7_AT91SAM7S/portISR.c \
|
$(RTOS_SOURCE_DIR)/portable/GCC/ARM7_AT91SAM7S/portISR.c \
|
||||||
./webserver/emac_isr.c \
|
./webserver/EMAC_ISR.c \
|
||||||
./SrcAtmel/Cstartup_SAM7.c \
|
./SrcAtmel/Cstartup_SAM7.c \
|
||||||
./USB/USB_ISR.c
|
./USB/USB_ISR.c
|
||||||
|
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
/* Demo application includes. */
|
/* Demo application includes. */
|
||||||
#include "partest.h"
|
#include "partest.h"
|
||||||
#include "USBSample.h"
|
#include "USBSample.h"
|
||||||
#include "uip_task.h"
|
#include "uIP_Task.h"
|
||||||
#include "BlockQ.h"
|
#include "BlockQ.h"
|
||||||
#include "blocktim.h"
|
#include "blocktim.h"
|
||||||
#include "flash.h"
|
#include "flash.h"
|
||||||
|
|
Loading…
Reference in a new issue