Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267622
b: refs/heads/master
c: 6efa04e
h: refs/heads/master
v: v3
  • Loading branch information
Arnaud Lacombe authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 009072a commit c7b9865
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7ec24db8dd7eb7e59316552bda92d950e31999d1
refs/heads/master: 6efa04ebaba71be253e7361140aa990fe7bc3dee
6 changes: 3 additions & 3 deletions trunk/drivers/staging/cxd2099/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
obj-$(CONFIG_DVB_CXD2099) += cxd2099.o

EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends/
EXTRA_CFLAGS += -Idrivers/media/common/tuners/
ccflags-y += -Idrivers/media/dvb/dvb-core/
ccflags-y += -Idrivers/media/dvb/frontends/
ccflags-y += -Idrivers/media/common/tuners/
8 changes: 2 additions & 6 deletions trunk/drivers/staging/go7007/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ go7007-y := go7007-v4l2.o go7007-driver.o go7007-i2c.o go7007-fw.o \
s2250-y := s2250-board.o

# Uncomment when the saa7134 patches get into upstream
#ifneq ($(CONFIG_VIDEO_SAA7134),)
#obj-$(CONFIG_VIDEO_SAA7134) += saa7134-go7007.o
#EXTRA_CFLAGS += -Idrivers/media/video/saa7134 -DSAA7134_MPEG_GO7007=3
#endif
#ccflags-$(CONFIG_VIDEO_SAA7134:m=y) += -Idrivers/media/video/saa7134 -DSAA7134_MPEG_GO7007=3

# S2250 needs cypress ezusb loader from dvb-usb
ifneq ($(CONFIG_VIDEO_GO7007_USB_S2250_BOARD),)
ccflags-y := -Idrivers/media/dvb/dvb-usb
endif
ccflags-$(CONFIG_VIDEO_GO7007_USB_S2250_BOARD:m=y) += -Idrivers/media/dvb/dvb-usb

ccflags-y += -Idrivers/media/dvb/frontends
ccflags-y += -Idrivers/media/dvb/dvb-core
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8187se/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#EXTRA_CFLAGS += -DCONFIG_IEEE80211_NOWEP=y
#EXTRA_CFLAGS += -std=gnu89
#EXTRA_CFLAGS += -O2
#ccflags-y += -DCONFIG_IEEE80211_NOWEP=y
#ccflags-y += -std=gnu89
#ccflags-y += -O2
#CC = gcc

ccflags-y := -DSW_ANTE
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts_pstor/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EXTRA_CFLAGS := -Idrivers/scsi
ccflags := -Idrivers/scsi

obj-$(CONFIG_RTS_PSTOR) := rts_pstor.o

Expand Down

0 comments on commit c7b9865

Please sign in to comment.