Fix make depend.

This commit is contained in:
uqs 2012-05-22 06:33:08 +00:00
parent a217e03ba9
commit 7efe8da451

View File

@ -5,7 +5,7 @@
KMOD = if_bwi KMOD = if_bwi
SRCS = if_bwi.c if_bwi_pci.c bwimac.c bwiphy.c bwirf.c SRCS = if_bwi.c if_bwi_pci.c bwimac.c bwiphy.c bwirf.c
SRCS += device_if.h bus_if.h pci_if.h opt_inet.h opt_bwi.h SRCS += device_if.h bus_if.h pci_if.h opt_inet.h opt_bwi.h opt_wlan.h
opt_bwi.h: opt_bwi.h:
echo '#define BWI_DEBUG 1' > opt_bwi.h echo '#define BWI_DEBUG 1' > opt_bwi.h