mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
Remove some garbage from wireless/Makefile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user