streamlined driver include pathes
parent
64c46b0a9f
commit
70747d8bb4
@ -1,5 +1,4 @@
|
||||
MODULE =avsextrem_base
|
||||
include $(RIOTBOARD)/$(BOARD)/Makefile.include
|
||||
INCLUDES += -I$(RIOTBASE)/drivers/cc110x
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
@ -1,5 +1,5 @@
|
||||
MODULE =$(BOARD)_base
|
||||
|
||||
INCLUDES += -I$(RIOTBASE)/drivers/cc110x_ng/include
|
||||
INCLUDES += -I$(RIOTBASE)/drivers/include
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
@ -1,7 +1,5 @@
|
||||
MODULE =$(BOARD)_base
|
||||
include $(RIOTBOARD)/$(BOARD)/Makefile.include
|
||||
|
||||
INCLUDES += -I$(RIOTBASE)/drivers/cc110x_ng/include
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
MODULE =cc110x_spi
|
||||
|
||||
INCLUDES += -I$(RIOTBASE)/drivers/cc110x_ng
|
||||
|
||||
include $(MAKEBASE)/Makefile.base
|
||||
|
||||
|
@ -0,0 +1,6 @@
|
||||
#ifndef CC110X_H
|
||||
#define CC110X_H
|
||||
|
||||
#include "cc110x/cc1100-interface.h"
|
||||
|
||||
#endif /* CC110X_H */
|
@ -0,0 +1,11 @@
|
||||
#ifndef CC110X_NG_H
|
||||
#define CC110X_NG_H
|
||||
|
||||
#include "cc110x_ng/cc110x-interface.h"
|
||||
#include "cc110x_ng/cc110x-defaultSettings.h"
|
||||
#include "cc110x_ng/cc110x-config.h"
|
||||
#include "cc110x_ng/cc110x-reg.h"
|
||||
#include "cc110x_ng/cc110x-arch.h"
|
||||
#include "cc110x_ng/cc110x_spi.h"
|
||||
|
||||
#endif /* CC110X_NG_H */
|
@ -1,3 +1,2 @@
|
||||
MODULE:=$(shell basename $(CURDIR))
|
||||
INCLUDES += -I$(RIOTBASE)/drivers/cc110x -I$(RIOTBASE)/drivers/cc110x_ng/include
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
@ -1,5 +1,3 @@
|
||||
MODULE:=$(shell basename $(CURDIR))
|
||||
|
||||
INCLUDES += -I$(RIOTBASE)/drivers/cc110x -I$(RIOTBASE)/drivers/cc110x_ng/include
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
@ -1,4 +1,3 @@
|
||||
MODULE:=$(shell basename $(CURDIR))
|
||||
INCLUDES += -I$(RIOTBASE)/drivers/cc110x_ng/include -I$(RIOTBASE)/drivers/cc110x
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
@ -1,7 +1,5 @@
|
||||
MODULE =transceiver
|
||||
|
||||
INCLUDES += -I$(RIOTBASE)/drivers/cc110x -I$(RIOTBASE)/drivers/cc110x_ng/include -I$(RIOTBASE)/drivers/cc2420/include -I$(RIOTBASE)/drivers/at86rf231/include
|
||||
|
||||
include $(MAKEBASE)/Makefile.base
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue