Skip to content

Commit fd1a173

Browse files
kmihelichmdrjr
authored andcommitted
remove backports cflags
1 parent 5c1f965 commit fd1a173

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

backports/Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2019
export backport_srctree = $(M)
2120
else
@@ -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
3129
endif
3230

3331

@@ -54,4 +52,4 @@ obj-$(CONFIG_BACKPORT_IEEE802154) += drivers/net/ieee802154/
5452

5553
obj-$(CONFIG_BACKPORT_USB_WDM) += drivers/usb/class/
5654
obj-$(CONFIG_BACKPORT_USB_USBNET) += drivers/net/usb/
57-
obj-y += drivers/realtek/
55+
obj-y += drivers/realtek/

0 commit comments

Comments
 (0)