projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Generate a binary lzma-loader
[openwrt.git]
/
package
/
rt2x00
/
src
/
Makefile
diff --git
a/package/rt2x00/src/Makefile
b/package/rt2x00/src/Makefile
index
7ba0a81
..
cc4d1dc
100644
(file)
--- a/
package/rt2x00/src/Makefile
+++ b/
package/rt2x00/src/Makefile
@@
-46,11
+46,11
@@
rt2x00lib-objs := rt2x00dev.o rt2x00mac.o
ifeq ($(CONFIG_RT2X00),y)
obj-m += rt2x00lib.o
ifeq ($(CONFIG_RT2X00),y)
obj-m += rt2x00lib.o
-ifeq ($(CONFIG_RT2
x
00PCI),y)
+ifeq ($(CONFIG_RT2
X
00PCI),y)
obj-m += rt2x00pci.o
endif
obj-m += rt2x00pci.o
endif
-ifeq ($(CONFIG_RT2
x
00USB),y)
+ifeq ($(CONFIG_RT2
X
00USB),y)
obj-m += rt2x00usb.o
endif
obj-m += rt2x00usb.o
endif
@@
-62,7
+62,7
@@
ifeq ($(CONFIG_RT2400PCI),y)
obj-m += rt2400pci.o
ifeq ($(CONFIG_RT2400PCI_RFKILL),y)
rt2x00lib-objs += rt2x00rfkill.o
obj-m += rt2400pci.o
ifeq ($(CONFIG_RT2400PCI_RFKILL),y)
rt2x00lib-objs += rt2x00rfkill.o
- CFLAGS += -DCONFIG_RT2X00_LIB_RFKILL
+
EXTRA_
CFLAGS += -DCONFIG_RT2X00_LIB_RFKILL
endif
endif
endif
endif
@@
-70,7
+70,7
@@
ifeq ($(CONFIG_RT2500PCI),y)
obj-m += rt2500pci.o
ifeq ($(CONFIG_RT2500PCI_RFKILL),y)
rt2x00lib-objs += rt2x00rfkill.o
obj-m += rt2500pci.o
ifeq ($(CONFIG_RT2500PCI_RFKILL),y)
rt2x00lib-objs += rt2x00rfkill.o
- CFLAGS += -DCONFIG_RT2X00_LIB_RFKILL
+
EXTRA_
CFLAGS += -DCONFIG_RT2X00_LIB_RFKILL
endif
endif
endif
endif
@@
-79,17
+79,17
@@
ifeq ($(CONFIG_RT2500USB),y)
endif
ifeq ($(CONFIG_RT61PCI),y)
endif
ifeq ($(CONFIG_RT61PCI),y)
- CFLAGS += -DCONFIG_RT2X00_LIB_FIRMWARE
+
EXTRA_
CFLAGS += -DCONFIG_RT2X00_LIB_FIRMWARE
rt2x00lib-objs += rt2x00firmware.o
obj-m += rt61pci.o
ifeq ($(CONFIG_RT61PCI_RFKILL),y)
rt2x00lib-objs += rt2x00rfkill.o
rt2x00lib-objs += rt2x00firmware.o
obj-m += rt61pci.o
ifeq ($(CONFIG_RT61PCI_RFKILL),y)
rt2x00lib-objs += rt2x00rfkill.o
- CFLAGS += -DCONFIG_RT2X00_LIB_RFKILL
+
EXTRA_
CFLAGS += -DCONFIG_RT2X00_LIB_RFKILL
endif
endif
ifeq ($(CONFIG_RT73USB),y)
endif
endif
ifeq ($(CONFIG_RT73USB),y)
- CFLAGS += -DCONFIG_RT2X00_LIB_FIRMWARE
+
EXTRA_
CFLAGS += -DCONFIG_RT2X00_LIB_FIRMWARE
rt2x00lib-objs += rt2x00firmware.o
obj-m += rt73usb.o
endif
rt2x00lib-objs += rt2x00firmware.o
obj-m += rt73usb.o
endif
@@
-97,7
+97,7
@@
endif
endif
MAKEFLAGS += --no-print-directory
endif
MAKEFLAGS += --no-print-directory
-CFLAGS := -include $(SUBDIRS)/rt2x00_compat.h $(CFLAGS)
+
EXTRA_
CFLAGS := -include $(SUBDIRS)/rt2x00_compat.h $(CFLAGS)
all: default
all: default
This page took
0.020714 seconds
and
4
git commands to generate.