File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ NOSTDINC_FLAGS := \
1414 -DCONFIG_BACKPORT_VERSION=\"$(BACKPORTS_VERSION ) \" \
1515 -DCONFIG_BACKPORT_KERNEL_VERSION=\"$(BACKPORTED_KERNEL_VERSION ) \" \
1616 -DCONFIG_BACKPORT_KERNEL_NAME=\"$(BACKPORTED_KERNEL_NAME ) \" \
17- $(BACKPORTS_GIT_TRACKER_DEF ) \
18- $(CFLAGS )
17+ $(BACKPORTS_GIT_TRACKER_DEF )
1918
2019export backport_srctree = $(M )
2120else
@@ -26,8 +25,7 @@ NOSTDINC_FLAGS := \
2625 -I$(BACKPORT_DIR ) /backport-include/uapi \
2726 -I$(BACKPORT_DIR ) /include/ \
2827 -I$(BACKPORT_DIR ) /include/uapi \
29- -include $(BACKPORT_DIR ) /backport-include/backport/backport.h \
30- $(CFLAGS )
28+ -include $(BACKPORT_DIR ) /backport-include/backport/backport.h
3129endif
3230
3331
@@ -54,4 +52,4 @@ obj-$(CONFIG_BACKPORT_IEEE802154) += drivers/net/ieee802154/
5452
5553obj-$(CONFIG_BACKPORT_USB_WDM) += drivers/usb/class/
5654obj-$(CONFIG_BACKPORT_USB_USBNET) += drivers/net/usb/
57- obj-y += drivers/realtek/
55+ obj-y += drivers/realtek/
You can’t perform that action at this time.
0 commit comments