-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IWLWIFI]: remove per-file CFLAGS for IWL define
Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Zhu Yi
authored and
David S. Miller
committed
Oct 10, 2007
1 parent
8236632
commit 1156b2c
Showing
7 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
obj-$(CONFIG_IWL3945) += iwl3945.o | ||
iwl3945-objs = iwl3945-base.o iwl-3945.o iwl-3945-rs.o | ||
CFLAGS_iwl3945-base.o = -DIWL=3945 | ||
CFLAGS_iwl-3945.o = -DIWL=3945 | ||
CFLAGS_iwl-3945-rs.o = -DIWL=3945 | ||
|
||
obj-$(CONFIG_IWL4965) += iwl4965.o | ||
iwl4965-objs = iwl4965-base.o iwl-4965.o iwl-4965-rs.o | ||
CFLAGS_iwl4965-base.o = -DIWL=4965 | ||
CFLAGS_iwl-4965.o = -DIWL=4965 | ||
CFLAGS_iwl-4965-rs.o = -DIWL=4965 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters