Skip to content

Commit

Permalink
remove backports cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich authored and mdrjr committed Jun 17, 2015
1 parent 5c1f965 commit fd1a173
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions backports/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ NOSTDINC_FLAGS := \
-DCONFIG_BACKPORT_VERSION=\"$(BACKPORTS_VERSION)\" \
-DCONFIG_BACKPORT_KERNEL_VERSION=\"$(BACKPORTED_KERNEL_VERSION)\" \
-DCONFIG_BACKPORT_KERNEL_NAME=\"$(BACKPORTED_KERNEL_NAME)\" \
$(BACKPORTS_GIT_TRACKER_DEF) \
$(CFLAGS)
$(BACKPORTS_GIT_TRACKER_DEF)

export backport_srctree = $(M)
else
Expand All @@ -26,8 +25,7 @@ NOSTDINC_FLAGS := \
-I$(BACKPORT_DIR)/backport-include/uapi \
-I$(BACKPORT_DIR)/include/ \
-I$(BACKPORT_DIR)/include/uapi \
-include $(BACKPORT_DIR)/backport-include/backport/backport.h \
$(CFLAGS)
-include $(BACKPORT_DIR)/backport-include/backport/backport.h
endif


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

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

0 comments on commit fd1a173

Please sign in to comment.