diff options
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/hisax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/Makefile b/drivers/isdn/hisax/Makefile index ab638b083df9..646368fe41c9 100644 --- a/drivers/isdn/hisax/Makefile +++ b/drivers/isdn/hisax/Makefile | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | # Define maximum number of cards | 5 | # Define maximum number of cards |
6 | 6 | ||
7 | EXTRA_CFLAGS += -DHISAX_MAX_CARDS=$(CONFIG_HISAX_MAX_CARDS) | 7 | ccflags-y := -DHISAX_MAX_CARDS=$(CONFIG_HISAX_MAX_CARDS) |
8 | 8 | ||
9 | obj-$(CONFIG_ISDN_DRV_HISAX) += hisax.o | 9 | obj-$(CONFIG_ISDN_DRV_HISAX) += hisax.o |
10 | obj-$(CONFIG_HISAX_SEDLBAUER_CS) += sedlbauer_cs.o | 10 | obj-$(CONFIG_HISAX_SEDLBAUER_CS) += sedlbauer_cs.o |