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:
Richard Barry 2011-01-30 17:55:50 +00:00
parent 46c4d33d28
commit 80a942e964
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"