Remove some garbage from wireless/Makefile
This commit is contained in:
parent
b0204909b2
commit
4c6e4b2344
2 changed files with 1 additions and 8 deletions
|
|
@ -52,14 +52,6 @@ VPATH = .
|
|||
|
||||
include ieee802154$(DELIM)Make.defs
|
||||
|
||||
# Include support for various drivers. Each Make.defs file will add its
|
||||
# files to the source file list, add its DEPPATH info, and will add
|
||||
# the appropriate paths to the VPATH variable
|
||||
|
||||
ifeq ($(CONFIG_WIRELESS_FORMAT_PCM),y)
|
||||
CSRCS += pcm_decode.c
|
||||
endif
|
||||
|
||||
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
||||
COBJS = $(CSRCS:.c=$(OBJEXT))
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
ifeq ($(CONFIG_WIRELESS_IEEE802154),y)
|
||||
|
||||
# Include IEEE 802.15.4 support
|
||||
|
||||
CSRCS =
|
||||
|
||||
# Include wireless devices build support
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue