Fix up the StaticAnalysis build test so that it does not report invalid configurations.

This commit is contained in:
Dean Camera 2012-09-15 14:52:15 +00:00
parent 45a56b4df7
commit c8f7cf7621
2 changed files with 8 additions and 0 deletions

View File

@ -657,6 +657,11 @@ int hard_reboot(void)
#include <dev/usb/usb_ioctl.h>
#endif
#ifndef USB_GET_DEVICEINFO
# define USB_GET_DEVICEINFO 0
# error The USB_GET_DEVICEINFO ioctl() value is not defined for your system.
#endif
int open_usb_device(int vid, int pid)
{
int r, fd;

View File

@ -14,9 +14,12 @@ LUFA_PATH := ../../LUFA/
CPPCHECK_EXCLUDES := FATFs/ \
PetiteFATFs/ \
uip/
CPPCHECK_INCLUDES := $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/ \
$(patsubst %/,%,$(LUFA_PATH))/../Projects/AVRISP-MKII/
CPPCHECK_FLAGS := -U TEMPLATE_FUNC_NAME
SRC := $(patsubst %/,%,$(LUFA_PATH))/..
all: begin cppcheck end