Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162024
b: refs/heads/master
c: fe4f699
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 8f4955a commit 01a5cba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 6fdc7f80c90f212ff3a37492edb7a3f91efbd0e1
refs/heads/master: fe4f699c6fb886a8deaf1120fd52402c3bd7c459
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6655/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TODO: all of these should be removed
EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -D__NO_VERSION__
EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DMODULE -D__NO_VERSION__
EXTRA_CFLAGS += -DHOSTAP

vt6655-y += device_main.o \
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6655/Makefile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ OBJS := device_main.o card.o mac.o baseband.o wctl.o 80211mgr.o \
CC := /usr/local/bin/arm-linux-gcc
LD := /usr/local/bin/arm-linux-ld

CFLAGS += -Wall -DLINUX -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -D__NO_VERSION__ -O2 -pipe
CFLAGS += -Wall -DLINUX -D__KERNEL__ -DMODULE -D__NO_VERSION__ -O2 -pipe
#CFLAGS += -Wstrict-prototypes -fomit-frame-pointer
COPTS+= -march=armv4 -fno-strict-aliasing -fno-common
#COPTS+= -mapcs-32 -mtune=xscale -mshort-load-bytes -msoft-float -mfp=2
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6655/Makefile.x86
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ test_cc = $(shell which $(cc) > /dev/null 2>&1 && echo $(cc))
CC := $(foreach cc, $(CC), $(test_cc))
CC := $(firstword $(CC))

CFLAGS += -Wall -DLINUX -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -D__NO_VERSION__ -O2 -pipe
CFLAGS += -Wall -DLINUX -D__KERNEL__ -DMODULE -D__NO_VERSION__ -O2 -pipe
CFLAGS += -I$(KSRC)/include -Wstrict-prototypes -fomit-frame-pointer
CFLAGS += $(shell [ -f $(KSRC)/include/linux/modversions.h ] && \
echo "-DMODVERSIONS -include $(KSRC)/include/linux/modversions.h")
Expand Down

0 comments on commit 01a5cba

Please sign in to comment.