Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a8b9a4a authored by Dan Williams's avatar Dan Williams Committed by John W. Linville
Browse files

[PATCH] libertas: Clean up debug defines

parent 4f3465f8
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
# EXTRA_CFLAGS += -Wpacked

usb8xxx-objs := main.o fw.o wext.o \
		rx.o tx.o cmd.o 	  \
		cmdresp.o scan.o	  \
@@ -7,12 +5,6 @@ usb8xxx-objs := main.o fw.o wext.o \
		ioctl.o debugfs.o	  \
		ethtool.o assoc.o

ifeq ($(CONFIG_LIBERTAS_USB_DEBUG), y)
EXTRA_CFLAGS += -DDEBUG -DPROC_DEBUG
endif


#EXTRA_CFLAGS +=
usb8xxx-objs += if_bootcmd.o
usb8xxx-objs += if_usb.o

+5 −0
Original line number Diff line number Diff line
@@ -9,6 +9,11 @@

extern unsigned int libertas_debug;

#ifdef CONFIG_LIBERTAS_DEBUG
#define DEBUG
#define PROC_DEBUG
#endif

#define DRV_NAME		"usb8xxx"

#define lbs_pr_info(format, args...) \